Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
(fix intro and last link) |
|||
Line 50: | Line 50: | ||
|20170419 | |20170419 | ||
| [https://lkml.org/lkml/2017/4/19/674 Re: irq/affinity: Fix extra vecs calculation] | | [https://lkml.org/lkml/2017/4/19/674 Re: irq/affinity: Fix extra vecs calculation] | ||
+ | |- | ||
+ | |20170609 | ||
+ | | [https://patchwork.kernel.org/patch/9776857/ fs: don't forget to put old mntns in mntns_install] | ||
+ | |- | ||
+ | | 20170524 | ||
+ | | [https://patchwork.kernel.org/patch/9812791/ linux-next: BUG: Bad page state in process ip6tables-save pfn:1499f4] | ||
|- | |- | ||
|20170516 | |20170516 | ||
| [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>] | | [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>] | ||
+ | |20170628 | ||
+ | | [https://patchwork.ozlabs.org/patch/770887/ netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanup] | ||
+ | |- | ||
|} | |} | ||
Revision as of 18:32, 28 June 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.