summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.fedora
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-06-28 11:22:13 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-06-28 11:22:13 -0500
commit5d333e15578f0c55d6293c7a2897fc14287888be (patch)
tree7af085c16459f5bc2d1b69143bcb39fa677676e2 /filter-modules.sh.fedora
parent43bd6b77fac6850c1cee3a89512e5e7bf350a024 (diff)
downloadkernel-5d333e15578f0c55d6293c7a2897fc14287888be.tar.gz
kernel-5d333e15578f0c55d6293c7a2897fc14287888be.tar.xz
kernel-5d333e15578f0c55d6293c7a2897fc14287888be.zip
kernel-5.19.0-0.rc4.20220628git941e3e791269.34
* Tue Jun 28 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc4.941e3e791269.33] - Enable Marvell OcteonTX2 crypto device in ARK (Vladis Dronov) - redhat/Makefile: Remove --scratch from BUILD_TARGET (Prarit Bhargava) - redhat/Makefile: Fix dist-brew and distg-brew targets (Prarit Bhargava) - fedora: arm64: Initial support for TI Keystone 3 (ARCH_K3) (Peter Robinson) - fedora: arm: enable Hardware Timestamping Engine support (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'filter-modules.sh.fedora')
-rwxr-xr-xfilter-modules.sh.fedora8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter-modules.sh.fedora b/filter-modules.sh.fedora
index 4eb593059..beb3cd01a 100755
--- a/filter-modules.sh.fedora
+++ b/filter-modules.sh.fedora
@@ -25,6 +25,8 @@ netdrvs="appletalk can dsa hamradio ieee802154 ppp slip usb wireless"
ethdrvs="3com adaptec alteon amd aquantia atheros broadcom cadence calxeda chelsio cisco dec dlink emulex marvell mellanox neterion nvidia packetengines qlogic rdc sfc silan sis smsc stmicro sun tehuti ti wiznet xircom"
+cryptdrvs="bcm caam cavium chelsio hisilicon marvell qat"
+
iiodrvs="accel light pressure proximity"
iiocommondrvs="cros_ec_sensors"
@@ -106,6 +108,12 @@ do
filter_dir $1 drivers/net/ethernet/${eth}
done
+# Filter the crypto drivers
+for crypt in ${cryptdrvs}
+do
+ filter_dir $1 drivers/crypto/${crypt}
+done
+
# SCSI
for scsi in ${scsidrvs}
do