From 092eeda59f00201517aa0e29502c56d723178f2b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 28 Sep 2014 19:54:04 +0000 Subject: [PATCH] scripts/rebuild-rhel-kernel-rpm: Enable put_page_callback patch for RHEL 7 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5817 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/rebuild-rhel-kernel-rpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rebuild-rhel-kernel-rpm b/scripts/rebuild-rhel-kernel-rpm index f03da6df9..e4a96c1d7 100755 --- a/scripts/rebuild-rhel-kernel-rpm +++ b/scripts/rebuild-rhel-kernel-rpm @@ -383,7 +383,7 @@ patch -p1 ${rpmbuild_dir}/SPECS/kernel.spec <<'EOF' || exit $? Source2001: cpupower.config +Patch200: scst_exec_req_fifo.patch -+#Patch201: put_page_callback.patch ++Patch201: put_page_callback.patch + # empty final patch to facilitate testing of kernel patches Patch999999: linux-kernel-test.patch @@ -393,7 +393,7 @@ patch -p1 ${rpmbuild_dir}/SPECS/kernel.spec <<'EOF' || exit $? cp $RPM_SOURCE_DIR/kernel-%{version}-*.config . +ApplyPatch scst_exec_req_fifo.patch -+#ApplyPatch put_page_callback.patch ++ApplyPatch put_page_callback.patch + ApplyOptionalPatch linux-kernel-test.patch