Jiri Slaby
8763689fa9
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2079
259 lines
11 KiB
Plaintext
259 lines
11 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.7.1-001-f2fs-explicitly-null-terminate-the-xattr-list.patch
|
|
patches.kernel.org/6.7.1-002-ALSA-hda-realtek-Add-quirks-for-Dell-models.patch
|
|
patches.kernel.org/6.7.1-003-ALSA-hda-cs35l41-Support-additional-Dell-models.patch
|
|
patches.kernel.org/6.7.1-004-ALSA-hda-cs35l41-Prevent-firmware-load-if-SPI-s.patch
|
|
patches.kernel.org/6.7.1-005-ALSA-hda-Add-driver-properties-for-cs35l41-for-.patch
|
|
patches.kernel.org/6.7.1-006-ALSA-hda-realtek-enable-SND_PCI_QUIRK-for-Lenov.patch
|
|
patches.kernel.org/6.7.1-007-ALSA-hda-realtek-Fix-mute-and-mic-mute-LEDs-for.patch
|
|
patches.kernel.org/6.7.1-008-ALSA-hda-cs35l41-Support-more-HP-models-without.patch
|
|
patches.kernel.org/6.7.1-009-ACPI-resource-Add-another-DMI-match-for-the-Ton.patch
|
|
patches.kernel.org/6.7.1-010-bus-moxtet-Mark-the-irq-as-shared.patch
|
|
patches.kernel.org/6.7.1-011-bus-moxtet-Add-spi-device-table.patch
|
|
patches.kernel.org/6.7.1-012-drm-amd-display-Pass-pwrseq-inst-for-backlight-.patch
|
|
patches.kernel.org/6.7.1-013-ksmbd-don-t-allow-O_TRUNC-open-on-read-only-sha.patch
|
|
patches.kernel.org/6.7.1-014-ksmbd-free-ppace-array-on-error-in-parse_dacl.patch
|
|
patches.kernel.org/6.7.1-015-Revert-md-raid5-Wait-for-MD_SB_CHANGE_PENDING-i.patch
|
|
patches.kernel.org/6.7.1-016-binder-use-EPOLLERR-from-eventpoll.h.patch
|
|
patches.kernel.org/6.7.1-017-binder-fix-use-after-free-in-shinker-s-callback.patch
|
|
patches.kernel.org/6.7.1-018-binder-fix-trivial-typo-of-binder_free_buf_lock.patch
|
|
patches.kernel.org/6.7.1-019-binder-fix-comment-on-binder_alloc_new_buf-retu.patch
|
|
patches.kernel.org/6.7.1-020-uio-Fix-use-after-free-in-uio_open.patch
|
|
patches.kernel.org/6.7.1-021-parport-parport_serial-Add-Brainboxes-BAR-detai.patch
|
|
patches.kernel.org/6.7.1-022-parport-parport_serial-Add-Brainboxes-device-ID.patch
|
|
patches.kernel.org/6.7.1-023-leds-ledtrig-tty-Free-allocated-ttyname-buffer-.patch
|
|
patches.kernel.org/6.7.1-024-PCI-Add-ACS-quirk-for-more-Zhaoxin-Root-Ports.patch
|
|
patches.kernel.org/6.7.1-025-coresight-etm4x-Fix-width-of-CCITMIN-field.patch
|
|
patches.kernel.org/6.7.1-026-scripts-decode_stacktrace.sh-optionally-use-LLV.patch
|
|
patches.kernel.org/6.7.1-027-docs-kernel_feat.py-fix-potential-command-injec.patch
|
|
patches.kernel.org/6.7.1-028-mm-memory_hotplug-fix-memmap_on_memory-sysfs-va.patch
|
|
patches.kernel.org/6.7.1-029-Linux-6.7.1.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/usrmerge-Adjust-module-path-in-the-kernel-sources.patch
|
|
patches.rpmify/media-solo6x10-replace-max-a-min-b-c-by-clamp-b-a-c.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/keys-dns-Fix-size-check-of-V1-server-list-header.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/futex-Avoid-reusing-outdated-pi_state.patch
|
|
patches.suse/mm-huge_memory-don-t-force-huge-page-alignment-on-32.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-mhi_power_down_no_destroy.patch
|
|
patches.suse/bus-mhi-host-add-new-interfaces-to-handle-MHI-channe.patch
|
|
patches.suse/wifi-ath11k-handle-irq-enable-disable-in-several-cod.patch
|
|
patches.suse/wifi-ath11k-remove-MHI-LOOPBACK-channels.patch
|
|
patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch
|
|
patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch
|
|
patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch
|
|
patches.suse/wifi-ath11k-support-hibernation.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.
|
|
########################################################
|