]> git.proxmox.com Git - pve-kernel.git/blame - README
bump version to 5.11.22-3
[pve-kernel.git] / README
CommitLineData
ba2f1a67
FG
1KERNEL SOURCE:
2==============
3
4We currently use the Ubuntu kernel sources, available from:
5
b6512398 6 http://kernel.ubuntu.com/git/ubuntu/ubuntu-hirsute.git/
ba2f1a67
FG
7
8Ubuntu will maintain those kernels till:
9
10 https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
11
12
13Additional/Updated Modules:
14---------------------------
15
ba2f1a67
FG
16- include native OpenZFS filesystem kernel modules for Linux
17
18 * https://github.com/zfsonlinux/
19
20 For licensing questions, see: http://open-zfs.org/wiki/Talk:FAQ
21
ba2f1a67 22
fd921db9
TL
23SUBMODULE
24=========
25
26We track the current upstream repository as submodule. Besides obvious
27advantages over tracking binary tar archives this also has some implications.
28
29For building the submodule directory gets copied into build/ and a few patches
30get applied with the `patch` tool. From a git point-of-view, the copied
31directory remains clean even with extra patches applied since it does not
32contain a .git directory, but a reference to the (still pristine) submodule:
33
b6512398 34$ cat build/ubuntu-hirsute/.git
fd921db9
TL
35
36If you mistakenly cloned the upstream repo as "normal" clone (not via the
37submodule mechanics) this means that you have a real .git directory with its
38independent objects and tracking info when copying for building, thus git
39operates on the copied directory - and "sees" that it was dirtied by `patch`,
40and thus the kernel buildsystem sees this too and will add a '+' to the version
41as a result. This changes the output directories for modules and other build
42artefacts and let's then the build fail on packaging.
43
44So always ensure that you really checked it out as submodule, not as full
45"normal" clone. You can also explicitly set the LOCALVERSION variable to
46undefined with: `export LOCALVERSION= but that should only be done for test
47builds.
48
44403fcc
FG
49RELATED PACKAGES:
50=================
51
52proxmox-ve
53----------
ba2f1a67 54
44403fcc 55top level meta package, depends on current default kernel series meta package.
ba2f1a67 56
44403fcc 57git clone git://git.proxmox.com/git/proxmox-ve.git
ba2f1a67 58
44403fcc
FG
59pve-kernel-meta
60---------------
ba2f1a67 61
44403fcc 62depends on latest kernel and header package within a certain kernel series,
1e99f45b 63e.g., pve-kernel-4.15 / pve-headers-4.15
ba2f1a67 64
44403fcc 65git clone git://git.proxmox.com/git/pve-kernel-meta.git
ba2f1a67 66
44403fcc
FG
67pve-firmware
68------------
ba2f1a67 69
44403fcc 70contains the firmware for all released PVE kernels.
ba2f1a67 71
44403fcc 72git clone git://git.proxmox.com/git/pve-firmware.git
ba2f1a67 73
ba2f1a67 74
44403fcc
FG
75NOTES:
76======
ba2f1a67 77
8b4e1fa9
SI
78ABI versions, package versions and package name:
79------------------------------------------------
80
81We follow debian's versioning w.r.t ABI changes:
82
83https://kernel-team.pages.debian.net/kernel-handbook/ch-versions.html
84https://wiki.debian.org/DebianKernelABIChanges
85
86The debian/rules file has a target comparing the build kernel's ABI against the
87version stored in the repository and indicates when an ABI bump is necessary.
88An ABI bump within one upstream version consists of incrementing the KREL
89variable in the Makefile, rebuilding the packages and running 'make abiupdate'
90(the 'abiupdate' target in 'Makefile' contains the steps for consistently
91updating the repository).
92
ba2f1a67
FG
93Watchdog blacklist
94------------------
95
96By default, all watchdog modules are black-listed because it is totally undefined
97which device is actually used for /dev/watchdog.
98We ship this list in /lib/modprobe.d/blacklist_pve-kernel-<VERSION>.conf
99The user typically edit /etc/modules to enable a specific watchdog device.
100
101Additional information
102----------------------
103
104We use the default configuration provided by Ubuntu, and apply
44403fcc
FG
105the following modifications:
106
043808ec 107NOTE: For the exact and current list see debian/rules (PVE_CONFIG_OPTS)
44403fcc
FG
108
109- enable INTEL_MEI_WDT=m (to allow disabling via patch)
ba2f1a67 110
44403fcc
FG
111- disable CONFIG_SND_PCM_OSS (enabled by default in Ubuntu, not needed)
112
113- switch CONFIG_TRANSPARENT_HUGEPAGE to MADVISE from ALWAYS
ba2f1a67
FG
114
115- enable CONFIG_CEPH_FS=m (request from user)
116
117- enable common CONFIG_BLK_DEV_XXX to avoid hardware detection
0b82622c 118 problems (udev, update-initramfs have serious problems without that)
ba2f1a67
FG
119
120 CONFIG_BLK_DEV_SD=y
121 CONFIG_BLK_DEV_SR=y
122 CONFIG_BLK_DEV_DM=y
123
124- add workaround for Debian bug #807000 (see
125 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807000)
126
127 CONFIG_BLK_DEV_NVME=y
128
129- compile NBD and RBD modules
130 CONFIG_BLK_DEV_NBD=m
131 CONFIG_BLK_DEV_RBD=m
132
043808ec 133- enable IBM JFS file system as module
ba2f1a67 134
043808ec 135 enable it as requested by users (bug #64)
ba2f1a67 136
043808ec 137- enable apple HFS and HFSPLUS as module
ba2f1a67 138
043808ec 139 enable it as requested by users
ba2f1a67
FG
140
141- enable CONFIG_BCACHE=m (requested by user)
142
143- enable CONFIG_BRIDGE=y
144
145 Else we get warnings on boot, that
146 net.bridge.bridge-nf-call-iptables is an unknown key
147
148- enable CONFIG_DEFAULT_SECURITY_APPARMOR
149
150 We need this for lxc
44403fcc 151
ba2f1a67
FG
152- set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
153
154 because if not set, it can give some dynamic memory or cpu frequencies
155 change, and vms can crash (mainly windows guest).
156
157 see http://forum.proxmox.com/threads/18238-Windows-7-x64-VMs-crashing-randomly-during-process-termination?p=93273#post93273
158
159- use 'deadline' as default scheduler
160
161 This is the suggested setting for KVM. We also measure bad fsync
162 performance with ext4 and cfq.
163
164- disable CONFIG_INPUT_EVBUG
165
166 Module evbug is not blacklisted on debian, so we simply disable it
167 to avoid key-event logs (which is a big security problem)
168
44403fcc
FG
169- enable CONFIG_MODVERSIONS (needed for ABI tracking)
170
171- switch default UNWINDER to FRAME_POINTER
ba2f1a67 172
44403fcc 173 the recently introduced ORC_UNWINDER is not 100% stable yet, especially in combination with ZFS
ba2f1a67 174
44403fcc 175- enable CONFIG_PAGE_TABLE_ISOLATION (Meltdown mitigation)