Skip to content

Commit

Permalink
Dapper Secure Kernel Patchset 4.9.58
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewruffell committed Oct 23, 2017
1 parent c519d9b commit 99aa465
Show file tree
Hide file tree
Showing 8 changed files with 226,698 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Dapper Secure Kernel Patchset is an effort to forward port the now discontin
## Currently Released Patch:
| Linux Version | Dapper Secure Kernel Patch | Status |
| ------------- | -------------------------- | --------------------- |
| 4.9.57 | 4.9.57-2017-10-19 | Fully working. |
| 4.9.58 | 4.9.58-2017-10-23 | Fully working. |

## Features

Expand All @@ -16,7 +16,7 @@ The Dapper Secure Kernel Patchset is an effort to forward port the now discontin
| Task | Status |
| -------------------------------------------------| --------- |
| Resolve Merge Conflicts to Linux 4.9 | Completed |
| Resolve Merge Conflicts to Minor Release (4.9.57)| Completed |
| Resolve Merge Conflicts to Minor Release (4.9.58)| Completed |
| Resolve Merge Conflicts with Patch Fuzz Disabled | Completed |
| Fix Compiler Errors and Resolve Merge Mistakes | Completed |
| Run and Test Kernel, Ensuring PaX Test Passes | Completed |
Expand Down
226,692 changes: 226,692 additions & 0 deletions dapper-secure-kernel-patchset-4.9.58-2017-10-23.patch

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion init_rebase.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNEL_MAJOR_VERSION=4.9
KERNEL_VERSION=4.9.57
KERNEL_VERSION=4.9.58

echo "Setting up rebase directory..."
mkdir rebase
Expand Down
Binary file added kernel/patch-4.9.58.xz
Binary file not shown.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DATE=`date +%Y-%m-%d`
KERNEL_MAJOR_VERSION=4.9
KERNEL_VERSION=4.9.57
KERNEL_VERSION=4.9.58

echo "Setting up release directory..."
mkdir release
Expand Down
2 changes: 1 addition & 1 deletion patches/a_arch_sparc_include_asm_setup.h.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ index 29d64b1..4272fe8 100644
+extern atomic_unchecked_t dcpage_flushes_xcall;

extern int sysctl_tsb_ratio;
#endif

2 changes: 1 addition & 1 deletion test_patch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DATE=`date +%Y-%m-%d`
KERNEL_MAJOR_VERSION=4.9
KERNEL_VERSION=4.9.57
KERNEL_VERSION=4.9.58

echo "Removing old kernels..."
rm -rf test
Expand Down

0 comments on commit 99aa465

Please sign in to comment.