Skip to content

Commit 4697b4c

Browse files
Dapper Secure Kernel Patchset 4.13.12
1 parent d02ca81 commit 4697b4c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

init_rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
KERNEL_MAJOR_VERSION=4.13
2-
KERNEL_VERSION=4.13.11
2+
KERNEL_VERSION=4.13.12
33

44
echo "Setting up rebase directory..."
55
mkdir rebase

kernel/patch-4.13.12.xz

229 KB
Binary file not shown.

make_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DATE=`date +%Y-%m-%d`
22
KERNEL_MAJOR_VERSION=4.13
3-
KERNEL_VERSION=4.13.11
3+
KERNEL_VERSION=4.13.12
44

55
echo "Setting up release directory..."
66
mkdir release

test_patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DATE=`date +%Y-%m-%d`
22
KERNEL_MAJOR_VERSION=4.13
3-
KERNEL_VERSION=4.13.11
3+
KERNEL_VERSION=4.13.12
44

55
echo "Removing old kernels..."
66
rm -rf test

0 commit comments

Comments
 (0)