Difference between revisions of "Kernel bugs"
Jump to navigation
Jump to search
Line 107: | Line 107: | ||
| 20180606 | | 20180606 | ||
| [https://www.spinics.net/lists/netdev/msg507122.html net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets] | | [https://www.spinics.net/lists/netdev/msg507122.html net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets] | ||
+ | |- | ||
+ | |20180608 | ||
+ | | [https://lkml.org/lkml/2018/6/8/439 kconfig: reference environment variables directly and remove 'option env='] | ||
|} | |} | ||
Revision as of 06:03, 9 June 2018
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.