From 05ce41491c02b2cf1b582f97f3a0cd3ce8fe43e5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 26 Apr 2023 09:33:20 +0200 Subject: [PATCH] test commit Signed-off-by: Denys Vlasenko --- find-provides.ksyms | 1 - find-requires.ksyms | 1 - 2 files changed, 2 deletions(-) diff --git a/find-provides.ksyms b/find-provides.ksyms index ccad20b..b01f057 100755 --- a/find-provides.ksyms +++ b/find-provides.ksyms @@ -6,7 +6,6 @@ export LC_ALL=C # Prevent elfutils from trying to download debuginfos unset DEBUGINFOD_URLS - for module in $(grep -E '/lib/modules/.+\.ko(\.gz|\.bz2|\.xz|\.zst)?$') "$@"; do dep_pfx="ksym" # For built-in kmods, "kernel()" syntax is used instead of "ksym()" diff --git a/find-requires.ksyms b/find-requires.ksyms index e22e910..1890db5 100755 --- a/find-requires.ksyms +++ b/find-requires.ksyms @@ -10,7 +10,6 @@ IFS=$'\n' # Prevent elfutils from trying to download debuginfos unset DEBUGINFOD_URLS - # Extract all of the symbols provided by this module. all_provides() { for module in "$@"; do