File series.conf of Package kernel-source
# 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...
########################################################
########################################################
# 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/usrmerge-Adjust-module-path-in-the-kernel-sources.patch
patches.rpmify/btf-pahole-j1-option.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/tpm-Change-to-kvalloc-in-eventlog-acpi.c.patch
patches.suse/PCI-DPC-Yet-another-quirk-for-PIO-log-size-on-Intel-.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/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
patches.suse/Revert-media-uvcvideo-Require-entities-to-have-a-non.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
# 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
# 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
patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch
patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch
patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch
patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch
patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch
# crypto
########################################################
# Virtualization
########################################################
########################################################
# Other core patches
########################################################
# Livepatching
patches.suse/livepatch-dump-ipa-clones.patch
########################################################
# PM
########################################################
########################################################
# DRM / Graphics
########################################################
patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch
# drm color space https://lore.kernel.org/all/20241003200129.1732122-1-harry.wentland@amd.com/
patches.suse/drm-Add-helper-for-conversion-from-signed-magnitude.patch
patches.suse/0002-drm-vkms-Round-fixp2int-conversion-in-lerp_u16.patch
patches.suse/0003-drm-vkms-Add-kunit-tests-for-VKMS-LUT-handling.patch
patches.suse/0004-drm-doc-rfc-Describe-why-prescriptive-color-pipeline.patch
patches.suse/0005-drm-colorop-Introduce-new-drm_colorop-mode-object.patch
patches.suse/0006-drm-colorop-Add-TYPE-property.patch
patches.suse/0007-drm-colorop-Add-1D-Curve-subtype.patch
patches.suse/0008-Documentation-gpu-document-drm_colorop.patch
patches.suse/0009-drm-colorop-Add-BYPASS-property.patch
patches.suse/0010-drm-colorop-Add-NEXT-property.patch
patches.suse/0011-drm-colorop-Add-atomic-state-print-for-drm_colorop.patch
patches.suse/0012-drm-plane-Add-COLOR-PIPELINE-property.patch
patches.suse/0013-drm-colorop-Add-NEXT-to-colorop-state-print.patch
patches.suse/0014-drm-vkms-Add-enumerated-1D-curve-colorop.patch
patches.suse/0015-drm-vkms-Add-kunit-tests-for-linear-and-sRGB-LUTs.patch
patches.suse/0016-drm-colorop-Introduce-DRM_CLIENT_CAP_PLANE_COLOR_PIP.patch
patches.suse/0017-drm-colorop-Add-3x4-CTM-type.patch
patches.suse/0018-drm-vkms-Use-s32-for-internal-color-pipeline-precisi.patch
patches.suse/0019-drm-vkms-add-3x4-matrix-in-color-pipeline.patch
patches.suse/0020-drm-tests-Add-a-few-tests-around-drm_fixed.h.patch
patches.suse/0021-drm-vkms-Add-tests-for-CTM-handling.patch
patches.suse/0022-drm-colorop-pass-plane_color_pipeline-client-cap-to-.patch
patches.suse/0023-drm-colorop-define-a-new-macro-for_each_new_colorop_.patch
patches.suse/0024-drm-amd-display-Ignore-deprecated-props-when-plane_c.patch
patches.suse/0025-drm-amd-display-Add-bypass-COLOR-PIPELINE.patch
patches.suse/0026-drm-amd-display-Skip-color-pipeline-initialization-f.patch
patches.suse/0027-drm-amd-display-Add-support-for-sRGB-EOTF-in-DEGAM-b.patch
patches.suse/0028-drm-amd-display-Add-support-for-sRGB-Inverse-EOTF-in.patch
patches.suse/0029-drm-amd-display-Add-support-for-sRGB-EOTF-in-BLND-bl.patch
patches.suse/0030-drm-colorop-Add-PQ-125-EOTF-and-its-inverse.patch
patches.suse/0031-drm-amd-display-Enable-support-for-PQ-125-EOTF-and-I.patch
patches.suse/0032-drm-colorop-add-BT2020-BT709-OETF-and-Inverse-OETF.patch
patches.suse/0033-drm-amd-display-Add-support-for-BT.709-and-BT.2020-T.patch
patches.suse/0034-drm-colorop-Add-1D-Curve-Custom-LUT-type.patch
patches.suse/0035-drm-amd-display-add-shaper-and-blend-colorops-for-1D.patch
patches.suse/0036-drm-amd-display-add-3x4-matrix-colorop.patch
patches.suse/0037-drm-colorop-Add-mutliplier-type.patch
patches.suse/0038-drm-amd-display-add-multiplier-colorop.patch
patches.suse/0039-drm-amd-display-Swap-matrix-and-multiplier.patch
patches.suse/0040-drm-colorop-Define-LUT_1D-interpolation.patch
patches.suse/0041-drm-colorop-allow-non-bypass-colorops.patch
patches.suse/0042-drm-colorop-Add-3D-LUT-supports-to-color-pipeline.patch
patches.suse/0043-drm-amd-display-add-3D-LUT-colorop.patch
patches.suse/0044-drm-amd-display-Add-AMD-color-pipeline-doc.patch
########################################################
# Storage
########################################################
########################################################
# Networking drivers (wired)
########################################################
########################################################
# Wireless networking drivers
########################################################
patches.suse/b43-missing-firmware-info.patch
########################################################
# USB
########################################################
########################################################
# Input
########################################################
patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
patches.suse/Input-psmouse-add-NULL-check-to-psmouse_from_serio.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.
########################################################