Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
Line 98: | Line 98: | ||
| 20180104 | | 20180104 | ||
| [https://lkml.org/lkml/2018/4/4/804 Re: v8, 11/18 mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks] | | [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] | ||
|} | |} | ||
Revision as of 17:36, 18 May 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.