kernel-source/series.conf

488 lines
29 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/5.4.1-001-Bluetooth-Fix-invalid-free-in-bcsp_close.patch
patches.kernel.org/5.4.1-002-ath9k_hw-fix-uninitialized-variable-data.patch
patches.kernel.org/5.4.1-003-ath10k-Fix-a-NULL-ptr-deref-bug-in-ath10k_usb_a.patch
patches.kernel.org/5.4.1-004-ath10k-Fix-HOST-capability-QMI-incompatibility.patch
patches.kernel.org/5.4.1-005-ath10k-restore-QCA9880-AR1A-v1-detection.patch
patches.kernel.org/5.4.1-006-Revert-Bluetooth-hci_ll-set-operational-frequen.patch
patches.kernel.org/5.4.1-007-Revert-dm-crypt-use-WQ_HIGHPRI-for-the-IO-and-c.patch
patches.kernel.org/5.4.1-008-md-raid10-prevent-access-of-uninitialized-resyn.patch
patches.kernel.org/5.4.1-009-x86-insn-Fix-awk-regexp-warnings.patch
patches.kernel.org/5.4.1-010-x86-speculation-Fix-incorrect-MDS-TAA-mitigatio.patch
patches.kernel.org/5.4.1-011-x86-speculation-Fix-redundant-MDS-mitigation-me.patch
patches.kernel.org/5.4.1-012-nbd-prevent-memory-leak.patch
patches.kernel.org/5.4.1-013-x86-stackframe-32-Repair-32-bit-Xen-PV.patch
patches.kernel.org/5.4.1-014-x86-xen-32-Make-xen_iret_crit_fixup-independent.patch
patches.kernel.org/5.4.1-015-x86-xen-32-Simplify-ring-check-in-xen_iret_crit.patch
patches.kernel.org/5.4.1-016-x86-doublefault-32-Fix-stack-canaries-in-the-do.patch
patches.kernel.org/5.4.1-017-x86-pti-32-Size-initial_page_table-correctly.patch
patches.kernel.org/5.4.1-018-x86-cpu_entry_area-Add-guard-page-for-entry-sta.patch
patches.kernel.org/5.4.1-019-x86-entry-32-Fix-IRET-exception.patch
patches.kernel.org/5.4.1-020-x86-entry-32-Use-ss-segment-where-required.patch
patches.kernel.org/5.4.1-021-x86-entry-32-Move-FIXUP_FRAME-after-pushing-fs-.patch
patches.kernel.org/5.4.1-022-x86-entry-32-Unwind-the-ESPFIX-stack-earlier-on.patch
patches.kernel.org/5.4.1-023-x86-entry-32-Fix-NMI-vs-ESPFIX.patch
patches.kernel.org/5.4.1-024-selftests-x86-mov_ss_trap-Fix-the-SYSENTER-test.patch
patches.kernel.org/5.4.1-025-selftests-x86-sigreturn-32-Invalidate-DS-and-ES.patch
patches.kernel.org/5.4.1-026-x86-pti-32-Calculate-the-various-PTI-cpu_entry_.patch
patches.kernel.org/5.4.1-027-x86-entry-32-Fix-FIXUP_ESPFIX_STACK-with-user-C.patch
patches.kernel.org/5.4.1-028-futex-Prevent-robust-futex-exit-race.patch
patches.kernel.org/5.4.1-029-ALSA-usb-audio-Fix-NULL-dereference-at-parsing-.patch
patches.kernel.org/5.4.1-030-ALSA-usb-audio-Fix-Scarlett-6i6-Gen-2-port-data.patch
patches.kernel.org/5.4.1-031-media-vivid-Set-vid_cap_streaming-and-vid_out_s.patch
patches.kernel.org/5.4.1-032-media-vivid-Fix-wrong-locking-that-causes-race-.patch
patches.kernel.org/5.4.1-033-media-usbvision-Fix-invalid-accesses-after-devi.patch
patches.kernel.org/5.4.1-034-media-usbvision-Fix-races-among-open-close-and-.patch
patches.kernel.org/5.4.1-035-cpufreq-Add-NULL-checks-to-show-and-store-metho.patch
patches.kernel.org/5.4.1-036-futex-Move-futex-exit-handling-into-futex-code.patch
patches.kernel.org/5.4.1-037-futex-Replace-PF_EXITPIDONE-with-a-state.patch
patches.kernel.org/5.4.1-038-exit-exec-Seperate-mm_release.patch
patches.kernel.org/5.4.1-039-futex-Split-futex_mm_release-for-exit-exec.patch
patches.kernel.org/5.4.1-040-futex-Set-task-futex_state-to-DEAD-right-after-.patch
patches.kernel.org/5.4.1-041-futex-Mark-the-begin-of-futex-exit-explicitly.patch
patches.kernel.org/5.4.1-042-futex-Sanitize-exit-state-handling.patch
patches.kernel.org/5.4.1-043-futex-Provide-state-handling-for-exec-as-well.patch
patches.kernel.org/5.4.1-044-futex-Add-mutex-around-futex-exit.patch
patches.kernel.org/5.4.1-045-futex-Provide-distinct-return-value-when-owner-.patch
patches.kernel.org/5.4.1-046-futex-Prevent-exit-livelock.patch
patches.kernel.org/5.4.1-047-media-uvcvideo-Fix-error-path-in-control-parsin.patch
patches.kernel.org/5.4.1-048-media-b2c2-flexcop-usb-add-sanity-checking.patch
patches.kernel.org/5.4.1-049-media-cxusb-detect-cxusb_ctrl_msg-error-in-quer.patch
patches.kernel.org/5.4.1-050-media-imon-invalid-dereference-in-imon_touch_ev.patch
patches.kernel.org/5.4.1-051-media-mceusb-fix-out-of-bounds-read-in-MCE-rece.patch
patches.kernel.org/5.4.1-052-ALSA-hda-Disable-audio-component-for-legacy-Nvi.patch
patches.kernel.org/5.4.1-053-USBIP-add-config-dependency-for-SGL_ALLOC.patch
patches.kernel.org/5.4.1-054-usbip-tools-fix-fd-leakage-in-the-function-of-r.patch
patches.kernel.org/5.4.1-055-usbip-Fix-uninitialized-symbol-nents-in-stub_re.patch
patches.kernel.org/5.4.1-056-usb-serial-cp201x-support-Mark-10-digital-force.patch
patches.kernel.org/5.4.1-057-USB-chaoskey-fix-error-case-of-a-timeout.patch
patches.kernel.org/5.4.1-058-appledisplay-fix-error-handling-in-the-schedule.patch
patches.kernel.org/5.4.1-059-USB-serial-mos7840-add-USB-ID-to-support-Moxa-U.patch
patches.kernel.org/5.4.1-060-USB-serial-mos7720-fix-remote-wakeup.patch
patches.kernel.org/5.4.1-061-USB-serial-mos7840-fix-remote-wakeup.patch
patches.kernel.org/5.4.1-062-USB-serial-option-add-support-for-DW5821e-with-.patch
patches.kernel.org/5.4.1-063-USB-serial-option-add-support-for-Foxconn-T77W9.patch
patches.kernel.org/5.4.1-064-staging-comedi-usbduxfast-usbduxfast_ai_cmdtest.patch
patches.kernel.org/5.4.1-065-powerpc-book3s64-Fix-link-stack-flush-on-contex.patch
patches.kernel.org/5.4.1-066-KVM-PPC-Book3S-HV-Flush-link-stack-on-guest-exi.patch
patches.kernel.org/5.4.1-067-Linux-5.4.1.patch
patches.kernel.org/5.4.2-001-io_uring-async-workers-should-inherit-the-user-.patch
patches.kernel.org/5.4.2-002-net-separate-out-the-msghdr-copy-from-___sys_-s.patch
patches.kernel.org/5.4.2-003-net-disallow-ancillary-data-for-__sys_-send-rec.patch
patches.kernel.org/5.4.2-004-crypto-inside-secure-Fix-stability-issue-with-M.patch
patches.kernel.org/5.4.2-005-driver-core-platform-use-the-correct-callback-t.patch
patches.kernel.org/5.4.2-006-usb-dwc2-use-a-longer-core-rest-timeout-in-dwc2.patch
patches.kernel.org/5.4.2-007-staging-wilc1000-fix-illegal-memory-access-in-w.patch
patches.kernel.org/5.4.2-008-staging-rtl8192e-fix-potential-use-after-free.patch
patches.kernel.org/5.4.2-009-staging-rtl8723bs-Drop-ACPI-device-ids.patch
patches.kernel.org/5.4.2-010-staging-rtl8723bs-Add-024c-0525-to-the-list-of-.patch
patches.kernel.org/5.4.2-011-USB-serial-ftdi_sio-add-device-IDs-for-U-Blox-C.patch
patches.kernel.org/5.4.2-012-mei-bus-prefix-device-names-on-bus-with-the-bus.patch
patches.kernel.org/5.4.2-013-mei-me-add-comet-point-V-device-id.patch
patches.kernel.org/5.4.2-014-thunderbolt-Power-cycle-the-router-if-NVM-authe.patch
patches.kernel.org/5.4.2-015-x86-fpu-Don-t-cache-access-to-fpu_fpregs_owner_.patch
patches.kernel.org/5.4.2-016-gve-Fix-the-queue-page-list-allocated-pages-cou.patch
patches.kernel.org/5.4.2-017-macvlan-schedule-bc_work-even-if-error.patch
patches.kernel.org/5.4.2-018-mdio_bus-don-t-use-managed-reset-controller.patch
patches.kernel.org/5.4.2-019-net-dsa-sja1105-fix-sja1105_parse_rgmii_delays.patch
patches.kernel.org/5.4.2-020-net-macb-add-missed-tasklet_kill.patch
patches.kernel.org/5.4.2-021-net-psample-fix-skb_over_panic.patch
patches.kernel.org/5.4.2-022-net-sched-fix-tc-s-class-show-no-bstats-on-clas.patch
patches.kernel.org/5.4.2-023-openvswitch-fix-flow-command-message-size.patch
patches.kernel.org/5.4.2-024-sctp-Fix-memory-leak-in-sctp_sf_do_5_2_4_dupcoo.patch
patches.kernel.org/5.4.2-025-slip-Fix-use-after-free-Read-in-slip_open.patch
patches.kernel.org/5.4.2-026-sctp-cache-netns-in-sctp_ep_common.patch
patches.kernel.org/5.4.2-027-openvswitch-drop-unneeded-BUG_ON-in-ovs_flow_cm.patch
patches.kernel.org/5.4.2-028-openvswitch-remove-another-BUG_ON.patch
patches.kernel.org/5.4.2-029-net-tls-take-into-account-that-bpf_exec_tx_verd.patch
patches.kernel.org/5.4.2-030-net-tls-free-the-record-on-encryption-error.patch
patches.kernel.org/5.4.2-031-net-skmsg-fix-TLS-1.3-crash-with-full-sk_msg.patch
patches.kernel.org/5.4.2-032-selftests-tls-add-a-test-for-fragmented-message.patch
patches.kernel.org/5.4.2-033-net-tls-remove-the-dead-inplace_crypto-code.patch
patches.kernel.org/5.4.2-034-net-tls-use-sg_next-to-walk-sg-entries.patch
patches.kernel.org/5.4.2-035-selftests-bpf-test_sockmap-handle-file-creation.patch
patches.kernel.org/5.4.2-036-selftests-bpf-correct-perror-strings.patch
patches.kernel.org/5.4.2-037-tipc-fix-link-name-length-check.patch
patches.kernel.org/5.4.2-038-selftests-pmtu-use-oneline-for-ip-route-list-ca.patch
patches.kernel.org/5.4.2-039-r8169-fix-jumbo-configuration-for-RTL8168evl.patch
patches.kernel.org/5.4.2-040-r8169-fix-resume-on-cable-plug-in.patch
patches.kernel.org/5.4.2-041-ext4-add-more-paranoia-checking-in-ext4_expand_.patch
patches.kernel.org/5.4.2-042-Revert-jffs2-Fix-possible-null-pointer-derefere.patch
patches.kernel.org/5.4.2-043-crypto-talitos-Fix-build-error-by-selecting-LIB.patch
patches.kernel.org/5.4.2-044-HID-core-check-whether-Usage-Page-item-is-after.patch
patches.kernel.org/5.4.2-045-platform-x86-hp-wmi-Fix-ACPI-errors-caused-by-t.patch
patches.kernel.org/5.4.2-046-platform-x86-hp-wmi-Fix-ACPI-errors-caused-by-p.patch
patches.kernel.org/5.4.2-047-Linux-5.4.2.patch
patches.kernel.org/5.4.3-001-rsi-release-skb-if-rsi_prepare_beacon-fails.patch
patches.kernel.org/5.4.3-002-arm64-tegra-Fix-active-low-warning-for-Jetson-T.patch
patches.kernel.org/5.4.3-003-arm64-tegra-Fix-active-low-warning-for-Jetson-X.patch
patches.kernel.org/5.4.3-004-perf-scripts-python-exported-sql-viewer.py-Fix-.patch
patches.kernel.org/5.4.3-005-sparc64-implement-ioremap_uc.patch
patches.kernel.org/5.4.3-006-lp-fix-sparc64-LPSETTIMEOUT-ioctl.patch
patches.kernel.org/5.4.3-007-time-Zero-the-upper-32-bits-in-__kernel_timespe.patch
patches.kernel.org/5.4.3-008-mailbox-tegra-Fix-superfluous-IRQ-error-message.patch
patches.kernel.org/5.4.3-009-staging-octeon-Use-stubs-for-MIPS-CAVIUM_OCTEON.patch
patches.kernel.org/5.4.3-010-usb-gadget-u_serial-add-missing-port-entry-lock.patch
patches.kernel.org/5.4.3-011-serial-8250-mtk-Use-platform_get_irq_optional-f.patch
patches.kernel.org/5.4.3-012-tty-serial-fsl_lpuart-use-the-sg-count-from-dma.patch
patches.kernel.org/5.4.3-013-tty-serial-msm_serial-Fix-flow-control.patch
patches.kernel.org/5.4.3-014-serial-pl011-Fix-DMA-flush_buffer.patch
patches.kernel.org/5.4.3-015-serial-serial_core-Perform-NULL-checks-for-brea.patch
patches.kernel.org/5.4.3-016-serial-stm32-fix-clearing-interrupt-error-flags.patch
patches.kernel.org/5.4.3-017-serial-8250_dw-Avoid-double-error-messaging-whe.patch
patches.kernel.org/5.4.3-018-serial-ifx6x60-add-missed-pm_runtime_disable.patch
patches.kernel.org/5.4.3-019-mwifiex-Re-work-support-for-SDIO-HW-reset.patch
patches.kernel.org/5.4.3-020-io_uring-fix-dead-hung-for-non-iter-fixed-rw.patch
patches.kernel.org/5.4.3-021-io_uring-transform-send-recvmsg-ERESTARTSYS-to-.patch
patches.kernel.org/5.4.3-022-fuse-fix-leak-of-fuse_io_priv.patch
patches.kernel.org/5.4.3-023-fuse-verify-nlink.patch
patches.kernel.org/5.4.3-024-fuse-verify-write-return.patch
patches.kernel.org/5.4.3-025-fuse-verify-attributes.patch
patches.kernel.org/5.4.3-026-io_uring-fix-missing-kmap-declaration-on-powerp.patch
patches.kernel.org/5.4.3-027-io_uring-ensure-req-submit-is-copied-when-req-i.patch
patches.kernel.org/5.4.3-028-SUNRPC-Avoid-RPC-delays-when-exiting-suspend.patch
patches.kernel.org/5.4.3-029-ALSA-hda-realtek-Enable-internal-speaker-of-ASU.patch
patches.kernel.org/5.4.3-030-ALSA-hda-realtek-Enable-the-headset-mic-on-a-Xi.patch
patches.kernel.org/5.4.3-031-ALSA-hda-realtek-Dell-headphone-has-noise-on-un.patch
patches.kernel.org/5.4.3-032-ALSA-hda-realtek-Fix-inverted-bass-GPIO-pin-on-.patch
patches.kernel.org/5.4.3-033-ALSA-pcm-oss-Avoid-potential-buffer-overflows.patch
patches.kernel.org/5.4.3-034-ALSA-hda-Add-mute-led-support-for-HP-ProBook-64.patch
patches.kernel.org/5.4.3-035-ALSA-hda-Modify-stream-stripe-mask-only-when-ne.patch
patches.kernel.org/5.4.3-036-soc-mediatek-cmdq-fixup-wrong-input-order-of-wr.patch
patches.kernel.org/5.4.3-037-Input-synaptics-switch-another-X1-Carbon-6-to-R.patch
patches.kernel.org/5.4.3-038-Input-synaptics-rmi4-re-enable-IRQs-in-f34v7_do.patch
patches.kernel.org/5.4.3-039-Input-synaptics-rmi4-don-t-increment-rmiaddr-fo.patch
patches.kernel.org/5.4.3-040-Input-goodix-add-upside-down-quirk-for-Teclast-.patch
patches.kernel.org/5.4.3-041-coresight-etm4x-Fix-input-validation-for-sysfs.patch
patches.kernel.org/5.4.3-042-Input-Fix-memory-leak-in-psxpad_spi_probe.patch
patches.kernel.org/5.4.3-043-media-rc-mark-input-device-as-pointing-stick.patch
patches.kernel.org/5.4.3-044-x86-mm-32-Sync-only-to-VMALLOC_END-in-vmalloc_s.patch
patches.kernel.org/5.4.3-045-x86-PCI-Avoid-AMD-FCH-XHCI-USB-PME-from-D0-defe.patch
patches.kernel.org/5.4.3-046-CIFS-Fix-NULL-pointer-dereference-in-smb2_push_.patch
patches.kernel.org/5.4.3-047-CIFS-Fix-SMB2-oplock-break-processing.patch
patches.kernel.org/5.4.3-048-tty-vt-keyboard-reject-invalid-keycodes.patch
patches.kernel.org/5.4.3-049-can-slcan-Fix-use-after-free-Read-in-slcan_open.patch
patches.kernel.org/5.4.3-050-nfsd-Ensure-CLONE-persists-data-and-metadata-ch.patch
patches.kernel.org/5.4.3-051-nfsd-restore-NFSv3-ACL-support.patch
patches.kernel.org/5.4.3-052-kernfs-fix-ino-wrap-around-detection.patch
patches.kernel.org/5.4.3-053-jbd2-Fix-possible-overflow-in-jbd2_log_space_le.patch
patches.kernel.org/5.4.3-054-drm-msm-fix-memleak-on-release.patch
patches.kernel.org/5.4.3-055-drm-damage_helper-Fix-race-checking-plane-state.patch
patches.kernel.org/5.4.3-056-drm-i810-Prevent-underflow-in-ioctl.patch
patches.kernel.org/5.4.3-057-arm64-Validate-tagged-addresses-in-access_ok-ca.patch
patches.kernel.org/5.4.3-058-arm64-dts-exynos-Revert-Remove-unneeded-address.patch
patches.kernel.org/5.4.3-059-KVM-PPC-Book3S-HV-XIVE-Free-previous-EQ-page-wh.patch
patches.kernel.org/5.4.3-060-KVM-PPC-Book3S-HV-XIVE-Fix-potential-page-leak-.patch
patches.kernel.org/5.4.3-061-KVM-PPC-Book3S-HV-XIVE-Set-kvm-arch.xive-when-V.patch
patches.kernel.org/5.4.3-062-KVM-nVMX-Always-write-vmcs02.GUEST_CR3-during-n.patch
patches.kernel.org/5.4.3-063-KVM-arm-arm64-vgic-Don-t-rely-on-the-wrong-pend.patch
patches.kernel.org/5.4.3-064-KVM-x86-do-not-modify-masked-bits-of-shared-MSR.patch
patches.kernel.org/5.4.3-065-KVM-x86-fix-presentation-of-TSX-feature-in-ARCH.patch
patches.kernel.org/5.4.3-066-KVM-x86-Remove-a-spurious-export-of-a-static-fu.patch
patches.kernel.org/5.4.3-067-KVM-x86-Grab-KVM-s-srcu-lock-when-setting-neste.patch
patches.kernel.org/5.4.3-068-crypto-crypto4xx-fix-double-free-in-crypto4xx_d.patch
patches.kernel.org/5.4.3-069-crypto-atmel-aes-Fix-IV-handling-when-req-nbyte.patch
patches.kernel.org/5.4.3-070-crypto-af_alg-cast-ki_complete-ternary-op-to-in.patch
patches.kernel.org/5.4.3-071-crypto-geode-aes-switch-to-skcipher-for-cbc-aes.patch
patches.kernel.org/5.4.3-072-crypto-ccp-fix-uninitialized-list-head.patch
patches.kernel.org/5.4.3-073-crypto-ecdh-fix-big-endian-bug-in-ECC-library.patch
patches.kernel.org/5.4.3-074-crypto-user-fix-memory-leak-in-crypto_report.patch
patches.kernel.org/5.4.3-075-crypto-user-fix-memory-leak-in-crypto_reportsta.patch
patches.kernel.org/5.4.3-076-spi-spi-fsl-qspi-Clear-TDH-bits-in-FLSHCR-regis.patch
patches.kernel.org/5.4.3-077-spi-stm32-qspi-Fix-kernel-oops-when-unbinding-d.patch
patches.kernel.org/5.4.3-078-spi-atmel-Fix-CS-high-support.patch
patches.kernel.org/5.4.3-079-spi-Fix-SPI_CS_HIGH-setting-when-using-native-a.patch
patches.kernel.org/5.4.3-080-spi-Fix-NULL-pointer-when-setting-SPI_CS_HIGH-f.patch
patches.kernel.org/5.4.3-081-can-ucan-fix-non-atomic-allocation-in-completio.patch
patches.kernel.org/5.4.3-082-RDMA-qib-Validate-show-store-callbacks-before-c.patch
patches.kernel.org/5.4.3-083-rfkill-allocate-static-minor.patch
patches.kernel.org/5.4.3-084-bdev-Factor-out-bdev-revalidation-into-a-common.patch
patches.kernel.org/5.4.3-085-bdev-Refresh-bdev-size-for-disks-without-partit.patch
patches.kernel.org/5.4.3-086-iomap-Fix-pipe-page-leakage-during-splicing.patch
patches.kernel.org/5.4.3-087-thermal-Fix-deadlock-in-thermal-thermal_zone_de.patch
patches.kernel.org/5.4.3-088-vcs-prevent-write-access-to-vcsu-devices.patch
patches.kernel.org/5.4.3-089-Revert-serial-8250-Add-support-for-NI-Serial-PX.patch
patches.kernel.org/5.4.3-090-binder-Fix-race-between-mmap-and-binder_alloc_p.patch
patches.kernel.org/5.4.3-091-binder-Prevent-repeated-use-of-mmap-via-NULL-ma.patch
patches.kernel.org/5.4.3-092-binder-Handle-start-NULL-in-binder_update_page_.patch
patches.kernel.org/5.4.3-093-KVM-x86-fix-out-of-bounds-write-in-KVM_GET_EMUL.patch
patches.kernel.org/5.4.3-094-ALSA-hda-Fix-pending-unsol-events-at-shutdown.patch
patches.kernel.org/5.4.3-095-cpufreq-imx-cpufreq-dt-Correct-i.MX8MN-s-defaul.patch
patches.kernel.org/5.4.3-096-md-raid0-Fix-an-error-message-in-raid0_make_req.patch
patches.kernel.org/5.4.3-097-drm-mcde-Fix-an-error-handling-path-in-mcde_pro.patch
patches.kernel.org/5.4.3-098-watchdog-aspeed-Fix-clock-behaviour-for-ast2600.patch
patches.kernel.org/5.4.3-099-EDAC-ghes-Fix-locking-and-memory-barrier-issues.patch
patches.kernel.org/5.4.3-100-perf-script-Fix-invalid-LBR-binary-mismatch-err.patch
patches.kernel.org/5.4.3-101-kselftest-Fix-NULL-INSTALL_PATH-for-TARGETS-run.patch
patches.kernel.org/5.4.3-102-Linux-5.4.3.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/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
patches.rpmify/powerpc-boot-Fix-missing-crc32poly.h-when-building-w.patch
patches.rpmify/scripts-mkmakefile-honor-second-argument.patch
########################################################
# Unsorted patches on their way to mainline
#
# (SLE/Leap: this section is only for patches which
# cannot go into the sorted section yet.
#
# Patches which are already in subsystem maintainer
# repository or otherwise expected to get into mainline
# within 1-2 releases belong here. Patches not expected
# to get into mainline any time soon (or ever) belong
# to area specific sections below.
########################################################
patches.suse/libertas-fix-a-potential-NULL-pointer-dereference.patch
patches.suse/ata-sata_mv-avoid-trigerrable-BUG_ON.patch
patches.suse/ata-define-AC_ERR_OK.patch
patches.suse/ata-make-qc_prep-return-ata_completion_errors.patch
patches.suse/drm-amdgpu-Add-DC-feature-mask-to-disable-fractional.patch
patches.suse/EDAC-ghes-Do-not-warn-when-incrementing-refcount-on-.patch
########################################################
# kbuild/module infrastructure fixes
########################################################
# SUSE specific build tweaks
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/supported-flag-modverdir
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
# build tweaks for external KMPs
########################################################
# Architecture specific patches
########################################################
# x86
patches.suse/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
# s390x
# ppc64
# ARM
patches.suse/V4-01-10-bluetooth-hci_bcm-Fix-RTS-handling-during-startup.patch
patches.suse/V4-02-10-ARM-dts-bcm283x-Remove-simple-bus-from-fixed-clocks.patch
patches.suse/V4-03-10-ARM-dts-bcm283x-Remove-brcm-bcm2835-pl011-compatible.patch
patches.suse/V4-04-10-ARM-dts-bcm283x-Move-BCM2835-6-7-specific-to-bcm2835-common.dtsi.patch
patches.suse/V4-05-10-dt-bindings-arm-Convert-BCM2835-board-soc-bindings-to-json-schema.patch
patches.suse/V4-06-10-dt-bindings-arm-bcm2835-Add-Raspberry-Pi-4-to-DT-schema.patch
patches.suse/V4-07-10-ARM-bcm-Add-support-for-BCM2711-SoC.patch
patches.suse/V4-08-10-ARM-dts-Add-minimal-Raspberry-Pi-4-support.patch
patches.suse/V4-09-10-arm64-dts-broadcom-Add-reference-to-RPi-4-B.patch
# fix dma
patches.suse/v6-1-4-arm64-mm-use-arm64_dma_phys_limit-instead-of-calling-max_zone_dma_phys.patch
patches.suse/v6-2-4-arm64-rename-variables-used-to-calculate-ZONE_DMA32-s-size.patch
patches.suse/v6-3-4-arm64-use-both-ZONE_DMA-and-ZONE_DMA32.patch
patches.suse/v6-4-4-mm-refresh-ZONE_DMA-and-ZONE_DMA32-comments-in-enum-zone_type.patch
# RPi4 network
patches.suse/net-bcmgenet-Generate-a-random-MAC-if-none-is-valid.patch
patches.suse/net-bcmgenet-Add-a-shutdown-callback.patch
patches.suse/net-bcmgenet-Add-BCM2711-support.patch
patches.suse/net-bcmgenet-Avoid-touching-non-existent-interrupt.patch
patches.suse/net-bcmgenet-Fix-error-handling-on-IRQ-retrieval.patch
patches.suse/net-bcmgenet-Refactor-register-access-in-bcmgenet_mi.patch
patches.suse/net-bcmgenet-Add-RGMII_RXID-support.patch
########################################################
# Scheduler
########################################################
patches.suse/setuid-dumpable-wrongdir
patches.suse/perf_timechart_fix_zero_timestamps.patch
########################################################
# Memory management
########################################################
patches.suse/readahead-request-tunables.patch
########################################################
# Filesystems
########################################################
# generic
patches.suse/vfs-add-super_operations-get_inode_dev
# btrfs
patches.suse/uapi-add-a-compatibility-layer-between-linux-uio-h-and-glibc
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
# ext[2-4]
# XFS
# other
patches.suse/pstore_disable_efi_backend_by_default.patch
########################################################
# Block layer
########################################################
patches.suse/dm-mpath-leastpending-path-update
patches.suse/dm-table-switch-to-readonly
patches.suse/dm-mpath-no-partitions-feature
########################################################
# Networking core
########################################################
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
########################################################
# Security
########################################################
# crypto
patches.suse/crypto-ccp-release-all-allocated-memory-if-sha-type-is-invalid.patch
# AppArmor
patches.suse/apparmor-compatibility-with-v2.x-net.patch
patches.suse/0001-apparmor-fix-unnecessary-creation-of-net-compat.patch
########################################################
# Virtualization
########################################################
patches.suse/suse-hv-guest-os-id.patch
patches.suse/0001-usb-Add-Xen-pvUSB-protocol-description.patch
patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.patch
########################################################
# Other core patches
########################################################
########################################################
# PM
########################################################
patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
patches.suse/acpi_thermal_passive_blacklist.patch
########################################################
# DRM / Graphics
########################################################
########################################################
# Storage
########################################################
patches.suse/scsi-retry-alua-transition-in-progress
patches.suse/megaraid-mbox-fix-SG_IO
########################################################
# Networking drivers (wired)
########################################################
patches.suse/misdn-add-support-for-group-membership-check
########################################################
# Wireless networking drivers
########################################################
patches.suse/b43-missing-firmware-info.patch
########################################################
# USB
########################################################
########################################################
# Input
########################################################
patches.suse/kbd-ignore-gfx.patch
########################################################
# Other drivers
########################################################
# RPi4 PCIe support
patches.suse/resource-add-a-resource_list_first_type-helper.patch
patches.suse/pci-export-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-aardvark-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-altera-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-dwc-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-faraday-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-iproc-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-mediatek-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-mobiveil-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-rockchip-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-rockchip-drop-storing-driver-private-outbound-resource-data.patch
patches.suse/pci-v3-semi-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-xgene-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-xilinx-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-xilinx-nwl-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-versatile-use-pci_parse_request_of_pci_ranges.patch
patches.suse/pci-versatile-remove-usage-of-phys_offset.patch
patches.suse/pci-versatile-enable-compile_test.patch
patches.suse/pci-of-add-inbound-resource-parsing-to-helpers.patch
patches.suse/pci-ftpci100-use-inbound-resources-for-setup.patch
patches.suse/pci-v3-semi-use-inbound-resources-for-setup.patch
patches.suse/pci-xgene-use-inbound-resources-for-setup.patch
patches.suse/pci-iproc-use-inbound-resources-for-setup.patch
patches.suse/pci-rcar-use-inbound-resources-for-setup.patch
patches.suse/of-address-introduce-of_get_next_dma_parent-helper.patch
patches.suse/of-address-follow-dma-parent-for-dma-coherent.patch
patches.suse/of-factor-out-addr-size-cells-parsing.patch
patches.suse/of-address-translate-dma-ranges-for-parent-nodes-missing-dma-ranges.patch
patches.suse/of-address-fix-of_pci_range_parser_one-translation-of-dma-addresses.patch
patches.suse/of-make-of_dma_get_range-work-on-bus-nodes.patch
patches.suse/dma-direct-check-for-overflows-on-32-bit-dma-addresses.patch
patches.suse/x86-pci-sta2x11-use-default-dma-address-translation.patch
patches.suse/dma-direct-unify-the-dma_capable-definitions.patch
patches.suse/dma-direct-avoid-a-forward-declaration-for-phys_to_dma.patch
patches.suse/dma-direct-exclude-dma_direct_map_resource-from-the-min_low_pfn-check.patch
patches.suse/dma-mapping-treat-dev-bus_dma_mask-as-a-dma-limit.patch
patches.suse/linux-log2-h-add-roundup-rounddown_pow_two64-family-of-functions.patch
patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch
patches.suse/pci-brcmstb-add-msi-capability.patch
########################################################
# Debugging
########################################################
patches.suse/crasher.patch
patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
########################################################
# You'd better have a good reason for adding a patch
# below here.
########################################################