Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
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] | ||
+ | |- | ||
+ | |20180622 | ||
+ | | [https://lkml.org/lkml/2018/6/22/518 kernfs, sysfs, cgroup, intel_rdt: Support fs_context ] | ||
+ | |- | ||
+ | |20180816 | ||
+ | |[https://patchwork.kernel.org/patch/10567109/ dhowells/mount-api: proc: set a proper user namespace for fs_context] | ||
+ | |- | ||
+ | | 20180906 | ||
+ | | [https://www.spinics.net/lists/linux-fsdevel/msg131986.html dhowells/mount-api: fs: return -ENOPARAM from security_fs_context_parse_param by default] | ||
+ | |- | ||
+ | | 20180910 | ||
+ | | [https://www.spinics.net/lists/linux-fsdevel/msg131937.html dhowells/mount-api: general protection fault in mqueue_get_tree] | ||
|} | |} | ||
Latest revision as of 00:34, 14 September 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[edit]
Note that the list is probably incomplete; there were a few bugs found and fixed before we cared to document it here.