Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
(add preliminary text; add table heading; make the table sortable) |
|||
Line 1: | Line 1: | ||
We have the [https://ci.openvz.org/job/CRIU/view/All/job/CRIU-linux-next/ CRIU-linux-next] job to check all kernel changes before they move into the upstream kernel. | We have the [https://ci.openvz.org/job/CRIU/view/All/job/CRIU-linux-next/ CRIU-linux-next] job to check all kernel changes before they move into the upstream kernel. | ||
− | == | + | == Found bugs == |
− | {| class="wikitable" | + | |
− | + | 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. | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | ! Date | ||
+ | ! Bug description | ||
|- | |- | ||
|20150316 | |20150316 |
Revision as of 22:08, 13 February 2017
We have the CRIU-linux-next job to check all kernel changes before they move into the upstream 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 |
---|---|
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 |