1
0
forked from rpms/kernel

hpsa: bring back deprecated PCI ids #CFHack #CFHack2024

mptsas: bring back deprecated PCI ids #CFHack #CFHack2024

megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024

qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024

qla4xxx: bring back deprecated PCI ids

lpfc: bring back deprecated PCI ids

be2iscsi: bring back deprecated PCI ids

kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained

Use AlmaLinux OS secure boot cert

Debrand for AlmaLinux OS
This commit is contained in:
Andrew Lukoshko 2025-05-22 01:59:50 +00:00 committed by root
commit 4b43710461
26 changed files with 2556 additions and 31 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 1
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 84
RHEL_RELEASE = 88
#
# RHEL_REBASE_NUM

View File

@ -18,6 +18,10 @@ packages:
- modules
rules:
- .*kunit.*: modules-internal
exact_pkg: True
- .*test[^/]*.ko: modules-internal
- arch/.*: modules-core
- block/t10-pi.ko: modules-core
- crypto/.*: modules-core
@ -28,7 +32,6 @@ rules:
- drivers/acpi/.*: modules-core
- drivers/ata/.*: modules-core
- drivers/base/.*(kunit|test).*: modules-internal
- drivers/base/regmap/regmap-sdw.*: modules
- drivers/base/.*: modules-core
- drivers/block/floppy.*: modules-extra
@ -40,7 +43,6 @@ rules:
- drivers/cdx/.*: modules-core
- drivers/char/mwave.*: modules
- drivers/char/.*: modules-core
- drivers/clk/.*(test|kunit).*: modules-internal
- drivers/clk/.*: modules-core
- drivers/counter/.*: modules-core
- drivers/cpufreq/amd-pstate-ut.ko: modules-internal
@ -56,12 +58,12 @@ rules:
- drivers/dax/.*: modules-core
- drivers/dca/.*: modules-core
- drivers/devfreq/.*: modules-core
- drivers/dma/dmatest.*: modules-internal
- drivers/dma/.*: modules-core
- drivers/edac/.*: modules-core
- drivers/extcon/.*: modules-core
- drivers/firmware/cirrus/test/.*(test|kunit).*: modules-internal
- drivers/firmware/iscsi_ibft.*: modules
- drivers/firmware/.*: modules-core
- drivers/fsi/.*: modules-core
@ -82,7 +84,6 @@ rules:
- drivers/gpu/drm/qxl/.*: modules-core
- drivers/gpu/drm/scheduler/.*: modules-core
- drivers/gpu/drm/solomon/.*: modules-core
- drivers/gpu/drm/tests/.*: modules-internal
- drivers/gpu/drm/tidss/.*: modules-core
- drivers/gpu/drm/tiny/.*: modules-core
- drivers/gpu/drm/ttm/.*: modules-core
@ -95,7 +96,6 @@ rules:
- drivers/gpu/drm/xlnx/.*: modules-core
- drivers/gpu/host1x/.*: modules-core
- drivers/hid/.*test.*: modules-internal
- drivers/hid/hid-asus.*: modules
- drivers/hid/hid-nintendo.*: modules
- drivers/hid/hid-picolcd.*: modules
@ -120,15 +120,12 @@ rules:
- drivers/i2c/.*: modules-core
- drivers/i3c/.*: modules-core
- drivers/iio/adc/dln2-adc.*: modules-extra
- drivers/iio/test/.*: modules-internal
- drivers/input/gameport/.*: modules
- drivers/input/joystick/.*: modules-extra
- drivers/input/tablet/.*: modules
- drivers/input/tests/.*: modules-internal
- drivers/input/touchscreen/.*: modules
- drivers/input/.*: modules-core
- drivers/interconnect/.*: modules-core
- drivers/iommu/.*test.ko: modules-internal
- drivers/iommu/.*: modules-core
- drivers/irqchip/.*: modules-core
@ -246,7 +243,6 @@ rules:
- drivers/perf/.*: modules-core
- drivers/phy/.*: modules-core
- drivers/pinctrl/.*: modules-core
- drivers/platform/chrome/.*test.*: modules-internal
- drivers/platform/x86/intel/intel_vsec.*: modules-core
- drivers/pmdomain/.*: modules-core
- drivers/powercap/intel_rapl_tpmi.*: modules
@ -263,7 +259,6 @@ rules:
- drivers/remoteproc/.*: modules-core
- drivers/reset/.*: modules-core
- drivers/rpmsg/.*: modules-core
- drivers/rtc/.*test.*: modules-internal
- drivers/rtc/.*: modules-core
- drivers/s390/net/ism.*: modules
@ -370,7 +365,6 @@ rules:
- drivers/w1/slaves/w1_smem.*: modules-extra
- drivers/w1/slaves/w1_therm.*: modules-extra
- fs/.*test.*: modules-internal
- fs/9p/.*: modules-core
- fs/afs/.*: modules-partner
- fs/affs/affs.*: modules-extra
@ -410,26 +404,18 @@ rules:
- fs/xfs/.*: modules-core
- fs/zonefs/.*: modules-core
- kernel/.*test.*: modules-internal
- kernel/locking/locktorture.*: modules-internal
- kernel/rcu/rcuscale.*: modules-internal
- kernel/rcu/rcutorture.*: modules-internal
- kernel/rcu/refscale.*: modules-internal
- kernel/resource_kunit.*: modules-internal
- kernel/scftorture.*: modules-internal
- kernel/torture.*: modules-internal
- kernel/.*: modules-core
- lib/test_lockup.*: modules-extra
- lib/.*(test|kunit).*: modules-internal
exact_pkg: True
- lib/.*: modules-core
- mm/kasan/kasan_test: modules-internal
- mm/kfence/.*test.*: modules-internal
- mm/zsmalloc.ko: modules-core
- net/.*test.*: modules-internal
- net/802/.*: modules-core
- net/8021q/.*: modules-core
- net/9p/9pnet_rdma.ko: modules
@ -495,8 +481,6 @@ rules:
- net/xfrm/.*: modules-core
- samples/.*: modules-internal
- sound/pci/.*test.*: modules-internal
- sound/soc/.*test.*: modules-internal
- virt/.*: modules-core

View File

@ -488,6 +488,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -2235,6 +2236,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5684,6 +5686,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -488,6 +488,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -2219,6 +2220,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5661,6 +5663,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -519,6 +519,7 @@ CONFIG_ATH11K_DEBUG=y
# CONFIG_ATH11K_PCI is not set
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -2385,6 +2386,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=m
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -6155,6 +6157,8 @@ CONFIG_RTLWIFI_DEBUG=y
# CONFIG_RTW88_8723D is not set
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
# CONFIG_RTW88_8821CE is not set
# CONFIG_RTW88_8821C is not set
# CONFIG_RTW88_8821CS is not set

View File

@ -519,6 +519,7 @@ CONFIG_ATH10K_DEBUGFS=y
# CONFIG_ATH11K_PCI is not set
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -2369,6 +2370,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=m
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -6132,6 +6134,8 @@ CONFIG_RTL_CARDS=m
# CONFIG_RTW88_8723D is not set
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
# CONFIG_RTW88_8821CE is not set
# CONFIG_RTW88_8821C is not set
# CONFIG_RTW88_8821CS is not set

View File

@ -486,6 +486,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -2232,6 +2233,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5680,6 +5682,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -486,6 +486,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -2216,6 +2217,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5657,6 +5659,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -488,6 +488,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -2274,6 +2275,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5731,6 +5733,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -488,6 +488,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -2258,6 +2259,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5708,6 +5710,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -486,6 +486,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -2271,6 +2272,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5727,6 +5729,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -486,6 +486,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -2255,6 +2256,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5704,6 +5706,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -336,6 +336,7 @@ CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K_PCI=m
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -1954,6 +1955,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5200,6 +5202,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -336,6 +336,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -1938,6 +1939,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5179,6 +5181,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -335,6 +335,7 @@ CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K_PCI=m
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -1956,6 +1957,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5135,6 +5137,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -335,6 +335,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -1940,6 +1941,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5114,6 +5116,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -335,6 +335,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -1943,6 +1944,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5127,6 +5129,8 @@ CONFIG_RT_MUTEXES=y
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -373,6 +373,7 @@ CONFIG_ATH11K_DEBUG=y
# CONFIG_ATH11K_PCI is not set
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -2188,6 +2189,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=m
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5660,6 +5662,8 @@ CONFIG_RTLWIFI_DEBUG=y
# CONFIG_RTW88_8723D is not set
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
# CONFIG_RTW88_8821CE is not set
# CONFIG_RTW88_8821C is not set
# CONFIG_RTW88_8821CS is not set

View File

@ -373,6 +373,7 @@ CONFIG_ATH10K_DEBUGFS=y
# CONFIG_ATH11K_PCI is not set
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -2172,6 +2173,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=m
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5638,6 +5640,8 @@ CONFIG_RTL_CARDS=m
# CONFIG_RTW88_8723D is not set
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
# CONFIG_RTW88_8821CE is not set
# CONFIG_RTW88_8821C is not set
# CONFIG_RTW88_8821CS is not set

View File

@ -364,6 +364,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -2114,6 +2115,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5478,6 +5480,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -364,6 +364,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -2098,6 +2099,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5456,6 +5458,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -364,6 +364,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
CONFIG_ATH11K_SPECTRAL=y
CONFIG_ATH11K_TRACING=y
# CONFIG_ATH12K_COREDUMP is not set
CONFIG_ATH12K_DEBUGFS=y
CONFIG_ATH12K_DEBUG=y
CONFIG_ATH12K=m
@ -2153,6 +2154,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5525,6 +5527,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

View File

@ -364,6 +364,7 @@ CONFIG_ATH11K=m
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_SPECTRAL is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_ATH12K_COREDUMP is not set
# CONFIG_ATH12K_DEBUGFS is not set
# CONFIG_ATH12K_DEBUG is not set
CONFIG_ATH12K=m
@ -2137,6 +2138,7 @@ CONFIG_FUTEX=y
CONFIG_FW_CACHE=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CS_DSP_KUNIT_TEST=m
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS=y
@ -5503,6 +5505,8 @@ CONFIG_RTLWIFI=m
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DS is not set
# CONFIG_RTW88_8723DU is not set
# CONFIG_RTW88_8812AU is not set
# CONFIG_RTW88_8821AU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
SHA512 (linux-6.12.0-84.el10.tar.xz) = 14e0ccd3c89209c9e4eb8cd25b469c36ff4d6fd3b2763dd37f21c408561cd65219bb8903c002c50f3f9262bacebf9a9c50af5e516505724248a9dc5cdec2f4d5
SHA512 (kernel-abi-stablelists-6.12.0-84.el10.tar.xz) = ea3efd1e2970cf0c79a8e2db7113e4f4e29d751a2453546e7ae9d954c636d5432d6869676a4d8fa452f48d39bb41d5513e0ab55b58f0d0dbcd8db114114e48a3
SHA512 (kernel-kabi-dw-6.12.0-84.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d
SHA512 (linux-6.12.0-88.el10.tar.xz) = ea4bb16fdb065a0b517b4137ccc6b4e6ae7a8b83109886bde1afdfa61fc5260ddd1adbcb4329ec0ef50794a117e08b599e5573b6377f099b396bdc936eaeeed3
SHA512 (kernel-abi-stablelists-6.12.0-88.el10.tar.xz) = f687a39c4246d19baee4a3c0d876725527b141f629c820b4012376695cab474aed688f50342218cc4dae5517aefc0cb6c7509a2bb97b2afbaf12481911ea7ba0
SHA512 (kernel-kabi-dw-6.12.0-88.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c