Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
m (Kir moved page Linux-next to Kernel bugs) |
(fix intro and last link) |
||
Line 1: | Line 1: | ||
− | We have implemented [[Continuous integration#Kernel testing | + | 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 == | == Found bugs == | ||
− | + | Note that the list is probably incomplete; there were a few bugs found and fixed before we cared to document it here. | |
− | |||
− | Note that the list is incomplete; there were | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 54: | Line 52: | ||
|- | |- | ||
|20170516 | |20170516 | ||
− | | [https://www.mail-archive.com/netdev@vger.kernel.org/msg168631.html Re: [net-next,v2,1/3] net/sock: factor out dequeue/peek with offset code] | + | | [https://www.mail-archive.com/netdev@vger.kernel.org/msg168631.html <nowiki>Re: [net-next,v2,1/3] net/sock: factor out dequeue/peek with offset code</nowiki>] |
|} | |} | ||
Revision as of 15:45, 17 May 2017
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.