Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 86: | Line 86: | ||
| 20171220 | | 20171220 | ||
|[https://www.spinics.net/lists/kernel/msg2681576.html Re: virtio: make VIRTIO a menuconfig to ease disabling it all] | |[https://www.spinics.net/lists/kernel/msg2681576.html Re: virtio: make VIRTIO a menuconfig to ease disabling it all] | ||
+ | |- | ||
+ | |20180212 | ||
+ | |[https://lkml.org/lkml/2018/2/13/25 Re: [tip:x86/boot] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G] | ||
+ | |- | ||
+ | | 20180330 | ||
+ | | [https://lkml.org/lkml/2018/3/30/623 autofs4: use wake_up() instead of wake_up_interruptible] | ||
+ | |- | ||
+ | | 20180330 | ||
+ | | [https://lkml.org/lkml/2018/3/30/592 Re: 03/10 genksyms: generate lexer and parser during build instead of shipping] | ||
+ | |- | ||
+ | | 20180104 | ||
+ | | [https://lkml.org/lkml/2018/4/4/804 Re: v8, 11/18 mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks] | ||
+ | |- | ||
+ | | 20180515 | ||
+ | | [https://www.spinics.net/lists/netdev/msg502456.html linux-next: BUG: KASAN: use-after-free in tun_chr_close] | ||
+ | |- | ||
+ | | 20180504 | ||
+ | | [https://www.spinics.net/lists/linux-mm/msg151667.html Re: mm: access to uninitialized struct page] | ||
+ | |- | ||
+ | | 20180606 | ||
+ | | [https://www.spinics.net/lists/netdev/msg507122.html net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets] | ||
+ | |- | ||
+ | |20180608 | ||
+ | | [https://lkml.org/lkml/2018/6/8/439 kconfig: reference environment variables directly and remove 'option env='] | ||
+ | |- | ||
+ | |20180607 | ||
+ | | [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.