OpenVZ-legacy
  1. OpenVZ-legacy

linux-2.6.16-openvz

Public
AuthorCommitMessageCommit dateIssues
OpenVZ teamPavelOpenVZ team
ef98da39d22linux-2.6.16-026test017 released
OpenVZ teamPavel EmelianovOpenVZ team
0c73a02f80fMMerged 2.6.16.27 from /linux/kernel/git/stable/linux-2.6.16.y
Pavel EmelianovPavel Emelianov
a423458d23aFix CPT module compilation (misprint)
Pavel EmelianovPavel Emelianov
a2299f4db84Fix for nr_files acct in UB0.Do not just limit nr_files in UB0 only, but also account.
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
8c1a6485ac5[CPT] support checkpointing of bind mounts
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
c691647ba91[CPT] timers cleanup, ve suspend cleanupTimers are totally messed in 2.6.16. This fixes bug with randomly stuck sleeps etc. Also, the same patch fixes two another critical bugs: 1. vzctl chkpnt N --suspend; vzctl chkpnt N --resume sometimes kills some applications (f.e. strace bash). 2. when GFP_KERNEL allocation fails (oom killer), checkpoint can fail and leave some processes frozen.
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
ac91a5ad384VE start time cleanup* start_time is signed value. After migration it can be negative. Respect this. * It is possible some processes started before ve->start_time. (f.e. migrated VE processes from viewpoint of VE0 or processes forked before VE creation and entering it later). The only sane solution is to show in /proc zero times. * Set ve->start_time to sane value, so that init does not have negative sta...
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
37d34c49708VE suspend cleanupSoftware suspend breaks some processes, when it fails. The problem is capital. Core assumes that as soon as signal_pending() is set, the only place where the condition is cleared is signal delivery path. Otherwise, processes can occasionally get bare -ERESTART* and die. The only solution is to avoid clearing TIG_FREEZE ever, leaving this function to refrigrator(). This requires adding a globa...
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
525342689a8[CPT] Image versioningBoost image version.
Dmitry MishinPavel EmelianovDmitry Mishin
e0ffc563afaxt_mac iptables match virtualizationhttp://forum.openvz.org/index.php?t=tree&th=902&mid=4883&&rev=&reveal=
Kirill KorotaevPavel EmelianovKirill Korotaev
58d0cc7c116nr_files should not limit VEsWe have UBC numfile limit, so skip global check for VE. Long-term solution is to virtualize nr_files variable.
Vasily TarasovPavel EmelianovVasily Tarasov
3b7d61b2e5a[PATCH 3/3] Fixes compilation with CONFIG_USER_RESOURCE offVecalls-related fixes.
Vasily TarasovPavel EmelianovVasily Tarasov
30bd0296926[PATCH 2/3] [CPT] Fixes compilation with CONFIG_USER_RESOURCE offCheckpointing-related fixes.
Vasily TarasovPavel EmelianovVasily Tarasov
7d5016867af[PATCH 1/3] Fixes compilation with CONFIG_USER_RESOURCE offA misprint in ub_misc.h.
Kir KolyshkinPavel EmelianovKir Kolyshkin
aec8735d900[x86_64] Compilation fix for net/socket.cOn an x86_64 arch, if CONFIG_NETFILTER is not set, linux/in6.h is not included into net/socket.c and it fails to compile: net/socket.c: In function 'vz_security_proto_check': net/socket.c:1106: error: 'IPPROTO_ICMPV6' undeclared (first use in this function) The fix is to include linux/in6.h explicitly. http://buzgilla.openvz.org/206
Pavel EmelianovPavel Emelianov
d21eb89c8bdSysRq debugger.This patch adds small debugger which works via SysRq. With it one can dump memory, resolve kernel symbols and write to memory. /proc/sysrq-trigger is patched to read more than one character from user, so that debugger works with commands like echo -n -e 'gd0xc0400000\rq' > /proc/sysrq-trigger
Vasily TarasovPavel EmelianovVasily Tarasov
124df2e5b84Iptables bug in ipt_flush_tableOne cannot set private->size = 0 in ipt_flush_table() 'cause this value is used in xt_free_table_info() later. http://bugzilla.openvz.org/show_bug.cgi?id=191
Greg Kroah-HartmanGreg Kroah-Hartman
659eadfc207Linux 2.6.16.27
Ian AbbottGreg Kroah-HartmanIan Abbott
b6c9e34e0ac[PATCH] USB serial ftdi_sio: Prevent userspace DoS (CVE-2006-2936)This patch limits the amount of outstanding 'write' data that can be queued up for the ftdi_sio driver, to prevent userspace DoS attacks (or simple accidents) that use up all the system memory by writing lots of data to the serial port. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>CVE-2006
YOSHIFUJI HideakiGreg Kroah-HartmanYOSHIFUJI Hideaki
8ac7545d688[PATCH] IPV6 ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACYWe need to update hiscore.rule even if we don't enable CONFIG_IPV6_PRIVACY, because we have more less significant rule; longest match. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
$,1 aukasz StelmachGreg Kroah-Hartman$,1 aukasz Stelmach
1d3688b6133[PATCH] IPV6: Fix source address selection.Two additional labels (RFC 3484, sec. 10.3) for IPv6 addreses are defined to make a distinction between global unicast addresses and Unique Local Addresses (fc00::/7, RFC 4193) and Teredo (2001::/32, RFC 4380). It is necessary to avoid attempts of connection that would either fail (eg. fec0:: to 2001:feed::) or be sub-optimal (2001:0:: to 2001:feed::). Signed-off-by: $,1 aukasz Stelmach <stlm...
Greg Kroah-HartmanGreg Kroah-Hartman
e7291d7695dLinux 2.6.16.25
Linus TorvaldsGreg Kroah-HartmanLinus Torvalds
17fe0b2d314[PATCH] Relax /proc fix a bitRelax /proc fix a bit Clearign all of i_mode was a bit draconian. We only really care about S_ISUID/ISGID, after all. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-HartmanGreg Kroah-Hartman
f7a3975e687Linux 2.6.16.25
Linus TorvaldsGreg Kroah-HartmanLinus Torvalds
d8a2707576c[PATCH] Fix nasty /proc vulnerability (CVE-2006-3626)Fix nasty /proc vulnerability We have a bad interaction with both the kernel and user space being able to change some of the /proc file status. This fixes the most obvious part of it, but I expect we'll also make it harder for users to modify even their "own" files in /proc. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>CVE-2006
Pavel EmelianovPavel Emelianov
0def177f606[VZDQ] Fix __vzquota_sync_list() list manipulationsAfter schedule() on need_resched() need to check for list_empty() again. (#65333)
OpenVZ teamPavelOpenVZ team
8f11223651clinux-2.6.16-026test016 released
OpenVZ teamPavel EmelianovOpenVZ team
9a23ec204b8MMerged 2.6.16.24 from /linux/kernel/git/stable/linux-2.6.16.y
Pavel EmelianovPavel Emelianov
3dd25e7233dCall notifiers on netdeive moving.When device moves from ve to ve0 or vice-versa NETDEV_UNREGISTER/NETDEV_REGISTER events must be sent. This at least clears dst entries from device. (#64925)
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
3802ead24e6[PATCH] fdset's leakageWhen found, it is obvious. nfds calculated when allocating fdsets is rewritten by calculation of size of fdtable, and when we are unlucky, we try to free fdsets of wrong size. There is a little problem there, the bug is triggered only under certain combination of initial values for max_fdset and max_fds. They were changed recently, so that bug may be invisible in current mainstream (well, it w...
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
abf8447e2baMemory leak in fs/namei.c2.6.16 leaks like hell. While testing, I found massive leakage in: *filp *size-4096 And 1 object leaks in *size-32 *size-64 *size-128 (#63420)
Pavel EmelianovPavel Emelianov
1ce551c5108Compilation fix for CONFIG_FAIRSCHED=n and CONFIG_SCHED_VCPU=y.This is the first (and the easiest) part of OpenVZ BUG http://bugzilla.openvz.org/show_bug.cgi?id=173
Pavel EmelianovPavel Emelianov
4ed1d8c0b18[CPT] fget() call rerurns NULL on errorcpt code expected ERR_PTR values and thus could oops (#64758)
Dmitry MishinPavel EmelianovDmitry Mishin
8971ade1d10Fixed vzmond cycling due to wrong conntracks cleanup context(#64713)
Kirill KorotaevPavel EmelianovKirill Korotaev
11d518fec9bFix of UBC headers.config.h should not be included from user space.
Pavel EmelianovPavel Emelianov
ebbe7895912Check for inet_bin_bucket owner in inet(6)_hash_connect.Noticed by Andrey Savochkin.
Greg Kroah-HartmanGreg Kroah-Hartman
407972755b4Linux 2.6.16.24
Greg Kroah-HartmanGreg Kroah-Hartman
9e4e45f19bdfix prctl privilege escalation and suid_dumpable (CVE-2006-2451)Based on a patch from Ernie Petrides During security research, Red Hat discovered a behavioral flaw in core dump handling. A local user could create a program that would cause a core file to be dumped into a directory they would not normally have permissions to write to. This could lead to a denial of service (disk consumption), or allow the local user to gain root privileges. Signed-off-by: ...CVE-2006
Pavel EmelianovPavel Emelianov
5d9aab961c1Print warning if some initcall returned error.Stop booting the kernel is not correct, but sometimes it's necessary to know that some initcall failed.
OpenVZ teamPavelOpenVZ team
316d3db6bd5linux-2.6.16-026test015 released
OpenVZ teamPavel EmelianovOpenVZ team
7031cc767b5MMerged 2.6.16.23 from /linux/kernel/git/stable/linux-2.6.16.y
Pavel EmelianovPavel Emelianov
b401d3c2397Compilation fix for ipv6 netfilter initialization.
Pavel EmelianovPavel Emelianov
69fde7e335fFix creation of tcp/udp proc entries.When we didn't have ipv6 virtualized ipv6-related entries we created locally to ve0. Now we have ipv6 virtualized, so the entries in question must be visible in VEs.
Greg Kroah-HartmanGreg Kroah-Hartman
2bd44a13c95Linux 2.6.16.23
Chris WrightGreg Kroah-HartmanChris Wright
92224802335[PATCH] revert PARPORT_SERIAL should depend on SERIAL_8250_PCI patchShould have not been applied to 2.6.16 Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Patrick McHardyGreg Kroah-HartmanPatrick McHardy
70a00d8615e[PATCH] NETFILTER: SCTP conntrack: fix crash triggered by packet without chunks [CVE-2006-2934]When a packet without any chunks is received, the newconntrack variable in sctp_packet contains an out of bounds value that is used to look up an pointer from the array of timeouts, which is then dereferenced, resulting in a crash. Make sure at least a single chunk is present. Problem noticed by George A. Theall <theall@tenablesecurity.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Sig...CVE-2006
Kirill KorotaevPavel EmelianovKirill Korotaev
858613dcfc6Fix of conntracs' sysctl initializationConntracks initialization code allocates sysctl array for 15 elements, while requires 21 (#64594)
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
cc1684118c7[PATCH] verbose "vzctl start" kills console
Vasily TarasovPavel EmelianovVasily Tarasov
ed73f7b3d02Fix missing memory charging in pipe.c
Pavel EmelianovPavel Emelianov
fd4ac130a1fFix of signal_struct->curr_target value after __exit_signal(). When task calls __exit_signal() it moves curr_target pointer on the next thread. If task isn'\''t changed - this pointer must be set to NULL. Otherwise race:sys_execve() sys_kill() ... ... de_thread() switch_exec_pids() /* at this point thread and leader * have shared signal_struct but splitted * (empty) pids lists */ release_task() sig->curr_target = next_thread(tsk); /* at this point curr_target is set to * tsk since it'\''s PID_TYPE_TGID list is * empty */ ......