Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
Line 80: | Line 80: | ||
| 20171018 | | 20171018 | ||
| [https://www.spinics.net/lists/kernel/msg2628938.html pid: Replace pid bitmap implementation with IDR API] | | [https://www.spinics.net/lists/kernel/msg2628938.html pid: Replace pid bitmap implementation with IDR API] | ||
+ | |- | ||
+ | | 20171218 | ||
+ | | [https://lkml.org/lkml/2017/12/18/1278 Re: 2/2 fs, elf: drop MAP_FIXED usage from ...] | ||
+ | |- | ||
+ | | 20171220 | ||
+ | |[https://www.spinics.net/lists/kernel/msg2681576.html Re: virtio: make VIRTIO a menuconfig to ease disabling it all] | ||
|} | |} | ||
Revision as of 18:45, 21 December 2017
We have implemented Continuous integration#Kernel testing to check if any recent kernel changes break CRIU, to catch those before they appear in the vanilla kernel. This article documents Linux kernel bugs found using this method.
Found bugs
Note that the list is probably incomplete; there were a few bugs found and fixed before we cared to document it here.