kernel-source/series.conf

272 lines
13 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/6.5.1-001-ACPI-thermal-Drop-nocrt-parameter.patch
patches.kernel.org/6.5.1-002-module-Expose-module_init_layout_section.patch
patches.kernel.org/6.5.1-003-arm64-module-Use-module_init_layout_section-to-.patch
patches.kernel.org/6.5.1-004-ARM-module-Use-module_init_layout_section-to-sp.patch
patches.kernel.org/6.5.1-005-module-decompress-use-vmalloc-for-zstd-decompre.patch
patches.kernel.org/6.5.1-006-ipv6-remove-hard-coded-limitation-on-ipv6_pinfo.patch
patches.kernel.org/6.5.1-007-lockdep-fix-static-memory-detection-even-more.patch
patches.kernel.org/6.5.1-008-kallsyms-Fix-kallsyms_selftest-failure.patch
patches.kernel.org/6.5.1-009-Linux-6.5.1.patch
patches.kernel.org/6.5.2-001-drm-amdgpu-correct-vmhub-index-in-GMC-v10-11.patch
patches.kernel.org/6.5.2-002-erofs-ensure-that-the-post-EOF-tails-are-all-ze.patch
patches.kernel.org/6.5.2-003-ksmbd-fix-wrong-DataOffset-validation-of-create.patch
patches.kernel.org/6.5.2-004-ksmbd-fix-slub-overflow-in-ksmbd_decode_ntlmssp.patch
patches.kernel.org/6.5.2-005-ksmbd-replace-one-element-array-with-flex-array.patch
patches.kernel.org/6.5.2-006-ksmbd-reduce-descriptor-size-if-remaining-bytes.patch
patches.kernel.org/6.5.2-007-ARM-pxa-remove-use-of-symbol_get.patch
patches.kernel.org/6.5.2-008-mmc-au1xmmc-force-non-modular-build-and-remove-.patch
patches.kernel.org/6.5.2-009-net-enetc-use-EXPORT_SYMBOL_GPL-for-enetc_phc_i.patch
patches.kernel.org/6.5.2-010-rtc-ds1685-use-EXPORT_SYMBOL_GPL-for-ds1685_rtc.patch
patches.kernel.org/6.5.2-011-modules-only-allow-symbol_get-of-EXPORT_SYMBOL_.patch
patches.kernel.org/6.5.2-012-USB-serial-option-add-Quectel-EM05G-variant-0x0.patch
patches.kernel.org/6.5.2-013-USB-serial-option-add-FOXCONN-T99W368-T99W373-p.patch
patches.kernel.org/6.5.2-014-ALSA-usb-audio-Fix-init-call-orders-for-UAC1.patch
patches.kernel.org/6.5.2-015-usb-dwc3-meson-g12a-do-post-init-to-fix-broken-.patch
patches.kernel.org/6.5.2-016-usb-chipidea-imx-improve-logic-if-samsung-picop.patch
patches.kernel.org/6.5.2-017-HID-wacom-remove-the-battery-when-the-EKR-is-of.patch
patches.kernel.org/6.5.2-018-staging-rtl8712-fix-race-condition.patch
patches.kernel.org/6.5.2-019-wifi-mt76-mt7921-do-not-support-one-stream-on-s.patch
patches.kernel.org/6.5.2-020-wifi-mt76-mt7921-fix-skb-leak-by-txs-missing-in.patch
patches.kernel.org/6.5.2-021-wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-f.patch
patches.kernel.org/6.5.2-022-wifi-ath11k-Don-t-drop-tx_status-when-peer-cann.patch
patches.kernel.org/6.5.2-023-wifi-ath11k-Cleanup-mac80211-references-on-fail.patch
patches.kernel.org/6.5.2-024-serial-qcom-geni-fix-opp-vote-on-shutdown.patch
patches.kernel.org/6.5.2-025-serial-sc16is7xx-fix-broken-port-0-uart-init.patch
patches.kernel.org/6.5.2-026-serial-sc16is7xx-fix-bug-when-first-setting-GPI.patch
patches.kernel.org/6.5.2-027-firmware-stratix10-svc-Fix-an-NULL-vs-IS_ERR-bu.patch
patches.kernel.org/6.5.2-028-fsi-master-ast-cf-Add-MODULE_FIRMWARE-macro.patch
patches.kernel.org/6.5.2-029-tcpm-Avoid-soft-reset-when-partner-does-not-sup.patch
patches.kernel.org/6.5.2-030-dt-bindings-sc16is7xx-Add-property-to-change-GP.patch
patches.kernel.org/6.5.2-031-tracing-Zero-the-pipe-cpumask-on-alloc-to-avoid.patch
patches.kernel.org/6.5.2-032-nilfs2-fix-WARNING-in-mark_buffer_dirty-due-to-.patch
patches.kernel.org/6.5.2-033-usb-typec-tcpci-clear-the-fault-status-bit.patch
patches.kernel.org/6.5.2-034-pinctrl-amd-Don-t-show-Invalid-config-param-err.patch
patches.kernel.org/6.5.2-035-Linux-6.5.2.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/Add-ksym-provides-tool.patch
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch
patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch
patches.rpmify/kbuild-dummy-tools-support-make-MPROFILE_KERNEL-chec.patch
########################################################
# The sorted section should contain all patches that are
# either mainline backports or are already in a known
# subystem maintainer repository so that they can be
# sorted by git-sort scripts. Out-of-tree patches (which
# includes any patch without Git-commit tag) belong
# either into the "on the way to mainline" section below
# or into one of the subsystem sections.
#
# The sorted section should be small or empty on the
# stable or master branches.
########################################################
########################################################
# sorted patches
########################################################
patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
patches.suse/Bluetooth-HCI-Introduce-HCI_QUIRK_BROKEN_LE_CODED.patch
########################################################
# end of sorted patches
########################################################
########################################################
# 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/ACPI-video-Add-backlight-native-DMI-quirk-for-Lenovo.patch
patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch
patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
########################################################
# kbuild/module infrastructure fixes
########################################################
# SUSE specific build tweaks
patches.suse/rpm-kernel-config
patches.suse/add-suse-supported-flag.patch
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
patches.suse/panic-do-not-print-uninitialized-taint_flags.patch
# build tweaks for external KMPs
patches.suse/s390-export-symbols-for-crash-kmp.patch
########################################################
# Performance-related tuning of defaults
########################################################
patches.suse/readahead-request-tunables.patch
########################################################
# Architecture specific patches
########################################################
# x86
# s390x
# ppc64
# ARM
patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch
patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch
patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch
########################################################
# Scheduler
########################################################
########################################################
# Memory management
########################################################
########################################################
# Filesystems
########################################################
# generic
patches.suse/vfs-add-super_operations-get_inode_dev
# btrfs
patches.suse/btrfs-provide-super_operations-get_inode_dev
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
# ext[2-4]
# XFS
########################################################
# Block layer
########################################################
########################################################
# Networking core
########################################################
########################################################
# Security
########################################################
# Module signing / secure boot
patches.suse/KEYS-Make-use-of-platform-keyring-for-module-signatu.patch
# Bug 1198101 - VUL-0: shim: openSUSE tumbleweed not fully locked down? Add opensuse-cert-prompt back to openSUSE shim
# Lock down functions for secure boot
patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch
patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch
patches.suse/arm64-lock-down-kernel-in-secure-boot-mode.patch
# crypto
########################################################
# Virtualization
########################################################
########################################################
# Other core patches
########################################################
########################################################
# PM
########################################################
########################################################
# DRM / Graphics
########################################################
patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch
patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch
########################################################
# Storage
########################################################
patches.suse/scsi-retry-alua-transition-in-progress
########################################################
# Networking drivers (wired)
########################################################
########################################################
# Wireless networking drivers
########################################################
patches.suse/b43-missing-firmware-info.patch
patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch
patches.suse/bus-mhi-host-add-destroy_device-argument-to-mhi_powe.patch
patches.suse/bus-mhi-add-new-interfaces-to-handle-MHI-channels-di.patch
patches.suse/wifi-ath11k-add-support-for-suspend-in-power-down-st.patch
patches.suse/wifi-ath11k-handle-irq-enable-disable-in-several-cod.patch
patches.suse/wifi-ath11k-handle-thermal-device-registeration-toge.patch
patches.suse/wifi-ath11k-remove-MHI-LOOPBACK-channels.patch
########################################################
# USB
########################################################
########################################################
# Input
########################################################
patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
########################################################
# Other drivers
########################################################
patches.suse/Restore-kABI-for-NVidia-vGPU-driver.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.
########################################################