Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
(fix intro; add see also) |
|||
Line 10: | Line 10: | ||
! Date | ! Date | ||
! Bug description | ! Bug description | ||
+ | |- | ||
+ | |20140924 | ||
+ | | [https://lkml.org/lkml/2014/9/24/328 linux-next: cgroup_mount() falls asleep forever] | ||
|- | |- | ||
|20150316 | |20150316 | ||
Line 40: | Line 43: | ||
|20170321 | |20170321 | ||
|[https://lkml.org/lkml/2017/3/20/1075 linux-next: x86: Unable to run x32 processes on the x86_64 kernel] | |[https://lkml.org/lkml/2017/3/20/1075 linux-next: x86: Unable to run x32 processes on the x86_64 kernel] | ||
+ | |- | ||
+ | | 20170417 | ||
+ | | [https://lkml.org/lkml/2017/4/14/472 Re: cgroup: avoid attaching a cgroup root to two different superblocks] | ||
+ | |- | ||
+ | |20170419 | ||
+ | | [https://lkml.org/lkml/2017/4/19/674 Re: irq/affinity: Fix extra vecs calculation] | ||
|} | |} | ||
Revision as of 22:54, 19 April 2017
We have implemented Travis CI setup (and were using Jenkins before) to check if any recent kernel changes break CRIU — before they appear in the vanilla kernel.
Found bugs
This table lists the linux-next kernel bugs found using CI.
Note that the list is incomplete; there were about a dozen bugs found and fixed before we started documenting it here.
Date | Bug description |
---|---|
20140924 | linux-next: cgroup_mount() falls asleep forever |
20150316 | tcp_metrics: fix wrong lockdep annotations |
20150928 | skbuff: Fix skb checksum partial check. |
20160512 | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call |
20161024 | mm: Add a user_ns owner to mm_struct and fix ptrace_may_access |
20161114 | BUG: unable to handle kernel NULL pointer dereference in __sk_mem_raise_allocated() |
20161114 | linux-next: net->netns_ids is used after calling idr_destroy for it |
20170124 | seccomp: dump core when using SECCOMP_RET_KILL |
20170310 | linux-next: WARNING: CPU: 1 PID: 24110 at fs/dcache.c:1445 umount_check+0x81/0x90 |
20170310 | linux-next: WARNING: CPU: 0 PID: 1 at lib/refcount.c:114 refcount_inc+0x37/0x40 |
20170321 | linux-next: x86: Unable to run x32 processes on the x86_64 kernel |
20170417 | Re: cgroup: avoid attaching a cgroup root to two different superblocks |
20170419 | Re: irq/affinity: Fix extra vecs calculation |