summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.rhel
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-09-22 09:45:36 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-09-22 09:45:36 -0500
commit52ad9e99ff11f2fa391b249705310840b6b42ad3 (patch)
tree02e91ab0732645c4de9007fcabf7347b88ca8c85 /filter-modules.sh.rhel
parentde5e773029ddb6be61914b7d639692ac0c7a4036 (diff)
downloadkernel-52ad9e99ff11f2fa391b249705310840b6b42ad3.tar.gz
kernel-52ad9e99ff11f2fa391b249705310840b6b42ad3.tar.xz
kernel-52ad9e99ff11f2fa391b249705310840b6b42ad3.zip
kernel-5.14.7-0
* Wed Sep 22 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.7-0] - Add Fedora 34 and 33 to release_targets (Justin M. Forbes) - Strip [redhat] entries from changelog (Justin M. Forbes) Resolves: rhbz# 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