Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
Line 74: | Line 74: | ||
| 20171008 | | 20171008 | ||
|[https://www.mail-archive.com/netdev@vger.kernel.org/msg192535.html net-next: WARNING: CPU: 0 PID: 1544 at net/ipv4/tcp_input.c:889] | |[https://www.mail-archive.com/netdev@vger.kernel.org/msg192535.html net-next: WARNING: CPU: 0 PID: 1544 at net/ipv4/tcp_input.c:889] | ||
+ | |- | ||
+ | | 20171019 | ||
+ | | [https://patchwork.kernel.org/patch/10018129/ x86/unwind: Make CONFIG_UNWINDER_ORC=y the default in kconfig for 64-bit] | ||
+ | |- | ||
+ | | 20171018 | ||
+ | | [https://www.spinics.net/lists/kernel/msg2628938.html pid: Replace pid bitmap implementation with IDR API] | ||
|} | |} | ||
Revision as of 22:50, 19 October 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.