Skip to content

Commit dd4aebc

Browse files
Dapper Secure Kernel Patchset Stable 4.9.96
1 parent 8c47059 commit dd4aebc

File tree

6 files changed

+2922
-3
lines changed

6 files changed

+2922
-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.9
2-
KERNEL_VERSION=4.9.95
2+
KERNEL_VERSION=4.9.96
33

44
echo "Setting up rebase directory..."
55
rm -rf rebase

kernel/patch-4.9.96.xz

1.7 MB
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.9
3-
KERNEL_VERSION=4.9.95
3+
KERNEL_VERSION=4.9.96
44

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

omitted-patches/omit-patches.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# ADD NEWEST FIRST
66

7+
# 4.9.96 does not need any omissions
78
patch -F 0 -R -p1 < ../../omitted-patches/omit-4.9.95.patch
89
patch -F 0 -R -p1 < ../../omitted-patches/omit-4.9.94.patch
910
patch -F 0 -R -p1 < ../../omitted-patches/omit-4.9.93.patch

0 commit comments

Comments
 (0)