Request Kernel Patch - bcache

noahmehl

Active Member
Sep 15, 2019
19
2
43
40
The proxmox kernel (unified for all producs) is based on the Ubuntu LTS kernel so when bcache will be integrated in the Ubuntu LTS kernel, it'll be also available in PVE.
 
@LnxBil bcache has been integrated in the kernel for a long time. Does the PVE kernel have no further customizations beyond the Ubuntu LTS maintained kernels?
 
I guess all I had to do was poke the bear...

That being said, there does seem to be a bit of custom (e.g. not fully upstream) patches going into the kernel. Is there any details on how it's decided what goes into PVE kernel?
 
the usual things
- cherry-picks from upstream for important bugs, and much more rarely, features
- reverts of changes that negatively affect our usage
- adapted defaults/config values for various settings
- bug fixes developed by us which are not yet included upstream
- changes related to packaging (e.g., taking the timestamp from the package changelog)