mirror of
https://github.com/dynup/kpatch
synced 2025-04-06 17:22:00 +00:00
Add patches rebased on top of upstream 6.2.0. Integration tests for these can be ran as this: $ make PATCH_DIR="linux-6.2.0" KPATCH_BUILD_OPTS="--non-replace --sourcedir /path/to/src/linux-6.2.0" integration-slow Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
8 lines
165 B
Bash
Executable File
8 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
|
|
|
|
declare -a blacklist=(meminfo-string-LOADED.test)
|
|
|
|
source ${SCRIPTDIR}/../common/multiple.template
|