Merging upstream version 4.2+20240118.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ca87d3e0c7
commit
e23dbbb353
29 changed files with 158 additions and 229 deletions
|
@ -123,6 +123,17 @@ check_env() {
|
|||
modprobe multipath 2> /dev/null
|
||||
grep -sq 'Personalities : .*multipath' /proc/mdstat &&
|
||||
MULTIPATH="yes"
|
||||
if [ "$MULTIPATH" != "yes" ]; then
|
||||
echo "test: skipping tests for multipath, which is removed in upstream 6.8+ kernels"
|
||||
fi
|
||||
|
||||
# Check whether to run linear tests
|
||||
modprobe linear 2> /dev/null
|
||||
grep -sq 'Personalities : .*linear' /proc/mdstat &&
|
||||
LINEAR="yes"
|
||||
if [ "$LINEAR" != "yes" ]; then
|
||||
echo "test: skipping tests for linear, which is removed in upstream 6.8+ kernels"
|
||||
fi
|
||||
}
|
||||
|
||||
do_setup() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue