Looks like a few patches are already there, see below. Only 5 CPT
patches are still left. If you need I can write a new email about CPT
patches to avoid confusion.
Kir Kolyshkin wrote:
Kir Kolyshkin wrote:
Also, while I am at it... I am currently checking all the ~80 patches
that are not in openvz lenny kernel. Looks like most are really
needed. Let me suggest some in a few emails I will send as a reply to
this one.
Checkpointing-related patches. Needed if we want working
checkpointing/restart.
CPT: Use sock_create instead sock_create_kern
Puts sockets in correct net namespace. Pretty trivial, not an ABI
breaker. Found by internal testing.
Attached as 0001*
Sorry, this one is already included. Harder to track since the patch was
just added to the end of openvz.patch instead of creating a separate file.
CPT: Fix memory corruption
Found by internal testing. Exports one more function (needed since
cpt/rst can be build as modules) so can be an ABI breaker.
CPT: Fixed checkpoint error due to skipped mm->exe_file dump
Needed due to changes in 2.6.26 kernel.Found by internal testing.
Exports one more function so can be an ABI breaker.
CPT: revert check on sk_reuse>1
This is fix for Debian bug #500645 (OpenVZ bug #1034).
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500645
Attached as 0038-CPT-revert-check-on-sk_reuse-1.patch
cpt: Ban fib trie
Pretty trivial. Not really needed if we make sure CONFIG_IP_FIB_TRIE
is not set in openvz kernel .config, but shouldn't break anything.
cpt: Make it module by default
CONFIG_VZ_CHECKPOINT was set to n by default in kernel config. Now
since it's working we enable it.
Doesn't make much sense for Debian if we set CONFIG_VZ_CHECKPOINT
explicitly.
cpt: replace BUG_ON-s checking for sizeof-s with BUILD_BUG_ON
Those checks need to be done compile-time not runtime. Mostly needed
for developers but won't hurt to include.
Attached as 0032*
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org