Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
Line 113: | Line 113: | ||
|20180607 | |20180607 | ||
| [https://patchwork.kernel.org/patch/10434075/ vmsplice: lift import_iovec() into do_vmsplice()] | | [https://patchwork.kernel.org/patch/10434075/ vmsplice: lift import_iovec() into do_vmsplice()] | ||
+ | |- | ||
+ | |20180618 | ||
+ | | [https://lkml.org/lkml/2018/6/18/1425 proc: Add fs_context support to procfs] | ||
|} | |} | ||
Revision as of 20:47, 19 June 2018
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.