GrapheneOS / linux-hardened

Minimal supplement to upstream Kernel Self Protection Project changes. Features already provided by SELinux + Yama and archs other than multiarch arm64 / x86_64 aren't in scope. Only tags have stable history. Shared IRC channel with KSPP: irc.freenode.net ##linux-hardened. Currently maintained at https://github.com/anthraxx/linux-hardened.
https://grapheneos.org/
Other
390 stars 102 forks source link

LTS -> 4.14.41 #81

Closed NeQuissimus closed 6 years ago

NeQuissimus commented 6 years ago
git remote add linux-stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
git checkout 7d6240f0fb85430ae4f490824fdf8d0a078dfcd2 // 4.14.39 tag upstream
git cherry-pick 21a8cf2c500c055f886472d89a0ad4fbb5fcab22..4.14.39.a // Place hardening commits back on top
git branch -b update/4.14.41

Note sure if that's how you do it but I thought I'd give it a try :)

thestinger commented 6 years ago

It's rebased now with some new tag releases. The https://www.spinics.net/lists/announce-kernel/ list stopped providing announcements so I fell a bit behind.