From e761dac5f9553b69f191fd18e15daedce2a14c98 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 3 May 2021 10:42:25 -0500 Subject: kernel-5.12.1-300 * Mon May 03 2021 Justin M. Forbes [5.12.1-300] - nitro_enclaves: Fix stale file descriptors on failed usercopy (Mathias Krause) - Revert "add pci_hw_vendor_status()" (Justin M. Forbes) - fedora: arm: build in Tegra194 PCIe/PHY drivers (Peter Robinson) - PCI: Add MCFG quirks for Tegra194 host controllers (Peter Robinson) - fedora: arm: enaable SUN50I_IOMMU on aarch64 (Peter Robinson) - arm64: dts: rockchip: disable USB type-c DisplayPort (Jian-Hong Pan) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- filter-modules.sh.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter-modules.sh.rhel') diff --git a/filter-modules.sh.rhel b/filter-modules.sh.rhel index 726a6d92c..63e501d67 100755 --- a/filter-modules.sh.rhel +++ b/filter-modules.sh.rhel @@ -91,7 +91,7 @@ done # Filter the char drivers for char in ${chardrvs} do - filter_dir $1 drivers/char/${input} + filter_dir $1 drivers/char/${char} done # Filter the ethernet drivers -- cgit