RHEL8.5 kernel 4.18 support fix
This patch adds support for RHEL8.5 with kernel 4.18.0.348.2.1.el8 and later. Additional request queue operations added for these kernels. Configure scripts added/updated. Fixes #1278 Signed-off-by: Krzysztof Majzerowicz-Jaszcz <krzysztof.majzerowicz-jaszcz@intel.com>
This commit is contained in:
@@ -97,7 +97,7 @@ EOM
|
||||
|
||||
rm -Rf $test_module_dir
|
||||
|
||||
grep -Pom 1 "note:.*$define_name .*" $test_module_log | cut -d' ' -f 5- | tr -d '"'
|
||||
grep -Pom 1 "note:.*$define_name .*" $test_module_log | sed 's/[^0-9.]*//g'
|
||||
local ret=$?
|
||||
|
||||
rm -f $test_module_log
|
||||
|
Reference in New Issue
Block a user