Add Linux 5.12
This change updates the kernel to Linux 5.12 with support from the new OpenZFS v2.1.0-rc5.
This commit is contained in:
parent
ce12197c57
commit
870a62f633
6 changed files with 11 additions and 2 deletions
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ['v5.10.x']
|
branch: ['v5.10.x', 'v5.12.x']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sources
|
- name: Checkout Sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
Custom Linux kernels for Proxmox VE 6.
|
Custom Linux kernels for Proxmox VE 6.
|
||||||
|
|
||||||
#### Versions
|
#### Versions
|
||||||
|
1. Linux 5.12 (Stable)
|
||||||
1. Linux 5.11 (Stable) [EOL]
|
1. Linux 5.11 (Stable) [EOL]
|
||||||
1. Linux 5.10 (Long-term)
|
1. Linux 5.10 (Long-term)
|
||||||
|
|
||||||
|
|
BIN
crack.bundle
BIN
crack.bundle
Binary file not shown.
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
||||||
|
pve-kernel (5.12.0-1) edge; urgency=medium
|
||||||
|
|
||||||
|
* Update to Linux 5.12.
|
||||||
|
* Update to OpenZFS 2.1.0-rc5.
|
||||||
|
|
||||||
|
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Thu, 18 Feb 2021 10:49:30 +0000
|
||||||
|
|
||||||
pve-kernel (5.11.0-1) edge; urgency=medium
|
pve-kernel (5.11.0-1) edge; urgency=medium
|
||||||
|
|
||||||
* Update to Linux 5.11.
|
* Update to Linux 5.11.
|
||||||
|
|
1
debian/config/config.pve
vendored
1
debian/config/config.pve
vendored
|
@ -51,6 +51,7 @@ CONFIG_DEFAULT_SECURITY=apparmor
|
||||||
CONFIG_UNWINDER_ORC=n
|
CONFIG_UNWINDER_ORC=n
|
||||||
CONFIG_UNWINDER_GUESS=n
|
CONFIG_UNWINDER_GUESS=n
|
||||||
CONFIG_UNWINDER_FRAME_POINTER=y
|
CONFIG_UNWINDER_FRAME_POINTER=y
|
||||||
|
CONFIG_SYSTEM_TRUSTED_KEYS=""
|
||||||
CONFIG_SECURITY_LOCKDOWN_LSM=n
|
CONFIG_SECURITY_LOCKDOWN_LSM=n
|
||||||
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=n
|
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=n
|
||||||
CONFIG_LSM="yama,integrity,apparmor"
|
CONFIG_LSM="yama,integrity,apparmor"
|
||||||
|
|
2
linux
2
linux
|
@ -1 +1 @@
|
||||||
Subproject commit f40ddce88593482919761f74910f42f4b84c004b
|
Subproject commit 9f4ad9e425a1d3b6a34617b8ea226d56a119a717
|
Loading…
Add table
Add a link
Reference in a new issue