summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.rhel
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-08-17 16:19:38 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-08-17 16:19:38 -0500
commit6d4d829d315b0e31c191d1f2d74009491ab066ba (patch)
treece46579f95f1031fd0fdf1d13a2066df64f49900 /filter-modules.sh.rhel
parentea072671a1ed7495ca3777a2a1df5f2ff50b6d2b (diff)
downloadkernel-6d4d829d315b0e31c191d1f2d74009491ab066ba.tar.gz
kernel-6d4d829d315b0e31c191d1f2d74009491ab066ba.tar.xz
kernel-6d4d829d315b0e31c191d1f2d74009491ab066ba.zip
kernel-5.14.0-0.rc6.20210817git794c7931a242.47
* Tue Aug 17 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc6.20210817git794c7931a242.47] - Revert "redhat: ark: disable CONFIG_NET_SCH_MULTIQ" (Marcelo Ricardo Leitner) - redhat: configs: Enable CONFIG_WIRELESS_HOTKEY (Hans de Goede) - redhat/configs: Update CONFIG_NVRAM (Desnes A. Nunes do Rosario) [1988254] - common: serial: build in SERIAL_8250_LPSS for x86 (Peter Robinson) - powerpc: enable CONFIG_FUNCTION_PROFILER (Diego Domingos) [1831065] - crypto: rng - Override drivers/char/random in FIPS mode (Herbert Xu) - random: Add hook to override device reads and getrandom(2) (Herbert Xu) - redhat/configs: Disable Soft-RoCE driver (Kamal Heib) - filter-modules.sh: add more sound modules to filter (Jaroslav Kysela) - redhat/configs: sound configuration cleanups and updates (Jaroslav Kysela) Resolves: rhbz#1831065, rhbz#1988254 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'filter-modules.sh.rhel')
-rwxr-xr-xfilter-modules.sh.rhel3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter-modules.sh.rhel b/filter-modules.sh.rhel
index 63e501d67..c4a8e594e 100755
--- a/filter-modules.sh.rhel
+++ b/filter-modules.sh.rhel
@@ -37,7 +37,7 @@ netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee80215
drmdrvs="amd ast gma500 i2c i915 mgag200 nouveau radeon via "
-singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism hid-asus"
+singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus"
# Grab the arch-specific filter list overrides
source ./filter-$2.sh
@@ -138,6 +138,7 @@ done
# Just kill sound.
filter_dir $1 kernel/sound
+filter_dir $1 kernel/drivers/soundwire
# Now go through and filter any single .ko files that might have deps on the
# things we filtered above