Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
Line 119: | Line 119: | ||
|20180622 | |20180622 | ||
| [https://lkml.org/lkml/2018/6/22/518 kernfs, sysfs, cgroup, intel_rdt: Support fs_context ] | | [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.