Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
| Dozen of bugs before the next line | | Dozen of bugs before the next line | ||
|- | |- | ||
− | | | + | |20150928 |
|skbuff: Fix skb checksum partial check. | |skbuff: Fix skb checksum partial check. | ||
|- | |- | ||
− | | | + | |20150316 |
|tcp_metrics: fix wrong lockdep annotations | |tcp_metrics: fix wrong lockdep annotations | ||
|- | |- | ||
− | | 20160512 | + | |20160512 |
| kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call | | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call | ||
|- | |- | ||
Line 18: | Line 18: | ||
| [https://lkml.org/lkml/2016/10/24/856 <nowiki>[ISSUE] mm: Add a user_ns owner to mm_struct and fix ptrace_may_access</nowiki>] | | [https://lkml.org/lkml/2016/10/24/856 <nowiki>[ISSUE] mm: Add a user_ns owner to mm_struct and fix ptrace_may_access</nowiki>] | ||
|- | |- | ||
− | | 20161114 | + | |20161114 |
| [http://marc.info/?l=linux-netdev&m=147916813814596&w=2 BUG: unable to handle kernel NULL pointer dereference in __sk_mem_raise_allocated()] | | [http://marc.info/?l=linux-netdev&m=147916813814596&w=2 BUG: unable to handle kernel NULL pointer dereference in __sk_mem_raise_allocated()] | ||
|- | |- | ||
− | | 20161114 | + | |20161114 |
| [https://www.spinics.net/lists/netdev/msg404389.html linux-next: net->netns_ids is used after calling idr_destroy for it] | | [https://www.spinics.net/lists/netdev/msg404389.html linux-next: net->netns_ids is used after calling idr_destroy for it] | ||
|- | |- |
Revision as of 06:30, 18 November 2016
We have the CRIU-linux-next job to check all kernel changes before they move into the upstream kernel.
Caught bugs
Dozen of bugs before the next line | |
20150928 | skbuff: Fix skb checksum partial check. |
20150316 | tcp_metrics: fix wrong lockdep annotations |
20160512 | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call |
20161024 | [ISSUE] 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 |