[Devel] [PATCH RHEL9 COMMIT] ms/neighbour: fix various data-races

2024-04-26 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-362.18.1.vz9.40.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-362.18.1.vz9.40.5 --> commit 97ee0414b56fd1dd1838bb0ef4425d80ebce17d1 Author: Eric Dumazet Date: Mon Apr 8 15:29:48 2024 +0300 ms/neighbour:

[Devel] [PATCH RHEL9 COMMIT] ve/net/neighbour: restore hashtable size limit

2024-04-26 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-362.18.1.vz9.40.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-362.18.1.vz9.40.5 --> commit 9ed7d66ec22a3d83eea24246ab75b64c7e48a233 Author: Alexander Atanasov Date: Mon Apr 8 15:29:28 2024 +0300 ve/net/

[Devel] [PATCH VZ9 1/2] fs/fuse: pcs: corrupted writes in encrypted journalless mode

2024-04-26 Thread Alexey Kuznetsov
It is a shame. The bug is stupid and effect is disasterous. https://pmc.acronis.work/browse/VSTOR-84977 Signed-off-by: Alexey Kuznetsov --- fs/fuse/kio/pcs/pcs_cs_accel.c | 43 ++ 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/fs/fuse/kio/

[Devel] [PATCH VZ9 2/2] net: zerocopy for unix socket, fixup again

2024-04-26 Thread Alexey Kuznetsov
Serious bug, acks for partial writes were missing. Unfortunately this was not seen while normal work. In vstorage context it shows itself when a CS is restarted. Then client may hang for 5 seconds closing each socket, which triggers shaman timeout. https://pmc.acronis.work/browse/VSTOR-84977 Sig

[Devel] [PATCH RHEL9 COMMIT] fs/fuse: pcs: corrupted writes in encrypted journalless mode

2024-04-26 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-362.8.1.vz9.35.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-362.8.1.vz9.35.17 --> commit 678b95f5ab2c292376f3079425d47711375ef541 Author: Alexey Kuznetsov Date: Fri Apr 26 23:19:02 2024 +0800 fs/fuse:

[Devel] [PATCH RHEL9 COMMIT] net: zerocopy for unix socket, fixup again

2024-04-26 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-362.8.1.vz9.35.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-362.8.1.vz9.35.17 --> commit ac99955d070e80491764d80889c3d7ad5fbbb885 Author: Alexey Kuznetsov Date: Fri Apr 26 23:21:29 2024 +0800 net: zero