Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Download/kernel/rhel6/042stab116.1/changes

56 bytes added, 18:36, 13 September 2016
m
fix rhel6 update description
Since {{kernel link|rhel6|042stab113.21}}:
* Rebase to RHEL6 kernel 2.6.32-573.26.1.el6(security, bug fixes, and enhancements)
* ipv4: Don't do expensive useless work during inetdev destroy. (CVE-2016-3156, PSBM-42403)
: (the issue was workarounded in 042stab113.11 kernel by adding per-container limit on using of ipv4 addresses; now the old workaround is replaced by a fix backported from mainline)
* Network devices that used the mainline veth driver did not check TCP checksums. (https://access.redhat.com/solutions/2216661)
: (vethX interfaces of OpenVZ and VZ containers are not affected as they use a different driver. The affected veth driver was used inside Docker-ready containers or could be used by host admin for their own purposes)
* Fix for kernel BUG at block/cfq-iosched.c:2806 ({{OVZ-|6651}})
* Fix for kernel crash inside pick_next_task_fair() (PSBM-44475)
* write to CIFS share hangs ({{OVZ-|6642}})* ub memcg: fake use_hierarhy file is required for KVM's libvirtd ({{OVZ-|6660}})
* Warning at drivers/block/ploop/io_direct_map.c:841 trim_extent_mappings. (PSBM-45999)
* LDT entries were incorrectly restored from CPT image. ({{OVZ-|6228}})
* some internal fixes