mirror of
https://github.com/dynup/kpatch
synced 2025-02-18 02:37:01 +00:00
Add patches rebased on top of upstream 5.10.11 tarball. Integration tests for these can be ran as this: make PATCH_DIR="linux-5.10.11" KPATCHBUILD_OPTS="-s /path/to/src/linux-5.10.11" integration-slow Signed-off-by: Artem Savkov <asavkov@redhat.com>
8 lines
179 B
Bash
Executable File
8 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
|
|
|
|
declare -a blacklist=(meminfo-cmdline-rebuild-SLOW-LOADED.test)
|
|
|
|
source ${SCRIPTDIR}/../common/multiple.template
|