From 7c2668e42b10dc6da4a7fba6bf29c2ef7ffd1c79 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 20 Aug 2020 11:46:38 -0500 Subject: kernel-5.9.0-0.rc1.20200819git18445bf405cb.1 * Wed Aug 19 2020 Fedora Kernel Team [5.9.0-0.rc1.20200819git18445bf405cb.1] - 18445bf405cb rebase - Add mlx5_vdpa to module filter for Fedora ("Justin M. Forbes") - Add python3-sphinx_rtd_theme buildreq for docs ("Justin M. Forbes") - kernel.spec: Remove kernel-keys directory on rpm erase (Prarit Bhargava) - More Fedora config updates ("Justin M. Forbes") - New config deps ("Justin M. Forbes") - Updated changelog for the release based on 06a4ec1d9dc6 (Fedora Kernel Team) - redhat: ark: enable CONFIG_NET_SCH_TAPRIO (Davide Caratti) - redhat: ark: enable CONFIG_NET_SCH_ETF (Davide Caratti) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel-x86_64-debug-rhel.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kernel-x86_64-debug-rhel.config') diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 03f7325c5..7427767bb 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -224,6 +224,7 @@ CONFIG_ARM64_ERRATUM_1319367=y CONFIG_ARM64_ERRATUM_1530923=y CONFIG_ARM64_ERRATUM_1542419=y CONFIG_ARM64_USE_LSE_ATOMICS=y +CONFIG_ARM_SMCCC_SOC_ID=y # CONFIG_ARM_SMC_WATCHDOG is not set # CONFIG_ARM_SMMU_LEGACY_DT_BINDINGS is not set # CONFIG_AS3935 is not set @@ -3453,7 +3454,7 @@ CONFIG_NET_SCH_DEFAULT=y CONFIG_NET_SCH_DRR=m CONFIG_NET_SCH_DSMARK=m CONFIG_NET_SCHED=y -# CONFIG_NET_SCH_ETF is not set +CONFIG_NET_SCH_ETF=m CONFIG_NET_SCH_ETS=m CONFIG_NET_SCH_FQ_CODEL=y CONFIG_NET_SCH_FQ=m @@ -3474,7 +3475,7 @@ CONFIG_NET_SCH_RED=m CONFIG_NET_SCH_SFB=m CONFIG_NET_SCH_SFQ=m # CONFIG_NET_SCH_SKBPRIO is not set -# CONFIG_NET_SCH_TAPRIO is not set +CONFIG_NET_SCH_TAPRIO=m CONFIG_NET_SCH_TBF=m CONFIG_NET_SCH_TEQL=m CONFIG_NET_SWITCHDEV=y -- cgit