1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-08-31 12:26:37 +00:00

Linux 4.9.13 contains the CVE-2017-6074.patch, removing

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-02-27 02:03:50 +00:00
parent 277c8cdf93
commit 835d9d4bc0
2 changed files with 6 additions and 51 deletions

View File

@@ -24,9 +24,11 @@ fi
cp ${CONFIG}/kernel-config ${DIR}/.config
pushd .
cd ${DIR}
patch -p1 < ${PATCHES}/*
popd
if [ -e "${PATCHES}" ]; then
pushd .
cd ${DIR}
patch -p1 < ${PATCHES}/*
popd
fi
tar zcvf ${DIST}/kernel/linux-${KERNEL_VERSION}-src.tgz ${DIR}