[Devel] [PATCH vz7] ixgbe: Fix packet corruption due to missing DMA sync

2022-11-29 Thread Alexander Atanasov
When receiving a packet with multiple fragments, hardware may still touch the first fragment until the entire packet has been received. The driver therefore keeps the first fragment mapped for DMA until end of packet has been asserted, and delays its dma_sync call un

[Devel] [PATCH v3 RH7] cgroup_freezer: print information about unfreezable process

2022-11-29 Thread Pavel Tikhomirov
Add a sysctl kernel.freeze_cgroup_timeout (default value 30 * HZ). If one writes FROZEN to freezer.state file and after a timeout of kernel.freeze_cgroup_timeout one still reads FREEZING from freezer.state file (meaning that kernel does not succeed to freeze cgroup processes still) - let's print a

[Devel] [PATCH RHEL7 COMMIT] cgroup_freezer: print information about unfreezable process

2022-11-29 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.80.1.vz7.190.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.80.1.vz7.190.1 --> commit 62fbd153cd9a6e2ee8d29da05a1feb981f12c6d0 Author: Pavel Tikhomirov Date: Tue Nov 29 18:56:39 2022 +0300 cgro

[Devel] [PATCH RHEL7 COMMIT] ms/fs/namespace.c: WARN if mnt_count has become negative

2022-11-29 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.80.1.vz7.190.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.80.1.vz7.190.1 --> commit 4b1fd5d747cf1fcf8e3f495c627fa1c294f8ca8a Author: Alexander Atanasov Date: Mon Nov 28 21:48:23 2022 +0200 ms

[Devel] [PATCH RHEL7 COMMIT] ms/devtmpfs: fix the dangling pointer of global devtmpfsd thread

2022-11-29 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.80.1.vz7.190.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.80.1.vz7.190.1 --> commit a334df16a83a71f6176ae3264481aa7d99f2cac3 Author: Alexander Atanasov Date: Mon Nov 28 21:49:33 2022 +0200 ms

[Devel] [PATCH RHEL7 COMMIT] ms/proc: Handle umounts cleanly

2022-11-29 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.80.1.vz7.190.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.80.1.vz7.190.1 --> commit ce4122a66b2c77d2415c95e21c72399c0ad4c192 Author: Alexander Atanasov Date: Mon Nov 28 21:50:15 2022 +0200 ms

[Devel] [PATCH RHEL7 COMMIT] ms/ixgbe: Fix packet corruption due to missing DMA sync

2022-11-29 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.80.1.vz7.190.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.80.1.vz7.190.1 --> commit f696a7992dfe55b79ad1fdb255dd312e36048584 Author: Alexander Atanasov Date: Tue Nov 29 12:55:54 2022 +0200 ms

[Devel] [PATCH RHEL9 COMMIT] ms/devtmpfs: fix the dangling pointer of global devtmpfsd thread

2022-11-29 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-70.22.1.vz9.17.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-70.22.1.vz9.17.11 --> commit 57bfe1f9bb14ba6d9b86e01fe1d973b9eed1ff5d Author: Yangxi Xiang Date: Mon Jun 27 20:04:09 2022 +0800 ms/devtmpfs: