[Devel] [PATCH RHEL7 COMMIT] ms/net, neigh: Fix null-ptr-deref in neigh_table_clear()

2024-01-23 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.105.1.vz7.220.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.105.1.vz7.220.1 --> commit 1e7cebc6f9ec11f94ad58d4aaedcda99ff3dc8d3 Author: Chen Zhongjin Date: Tue Jan 16 21:31:35 2024 +0200 ms/ne

[Devel] [PATCH RHEL7 COMMIT] ms/net: neigh: decrement the family specific qlen

2024-01-23 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.105.1.vz7.220.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.105.1.vz7.220.1 --> commit e0b7c08cff8e05b8d074251aec899a5782dda3fa Author: Thomas Zeitlhofer Date: Tue Jan 16 21:31:36 2024 +0200 m

[Devel] [PATCH RHEL9 COMMIT] ms/net: neigh: decrement the family specific qlen

2024-01-23 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.7 --> commit d9dd6ae87cd384fc91a39f521e125af1a6f96da4 Author: Thomas Zeitlhofer Date: Tue Nov 15 23:09:41 2022 +0100 ms/net: n

Re: [Devel] [PATCH VZ9] drivers/vhost: fix missing rcu_read_lock in vhost_work_queue

2024-01-23 Thread Konstantin Khorenko
Andrey, please review the patch. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 22.01.2024 07:54, Pavel Tikhomirov wrote: In this stack: +-> vhost_vsock_dev_ioctl +-> vhost_vsock_start +-> vhost_work_queue +-> xas_find +-> xas_load

[Devel] [PATCH RHEL9 COMMIT] drivers/vhost: fix missing rcu_read_lock in vhost_work_queue

2024-01-23 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.7 --> commit 17ad03ac78b94dc1fcdf3a76758a43b4efc439ee Author: Pavel Tikhomirov Date: Mon Jan 22 14:54:21 2024 +0800 drivers/vh

[Devel] [PATCH RHEL9 COMMIT] ms/netfilter: nf_queue: remove excess nf_bridge variable

2024-01-23 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.7 --> commit 71ce14d3e16266e57165e4efa580b49cf590de73 Author: Pavel Tikhomirov Date: Tue Jan 23 11:16:19 2024 +0800 ms/netfilt

[Devel] [PATCH RHEL9 COMMIT] ms/netfilter: nfnetlink_log: use proper helper for fetching physinif

2024-01-23 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.7 --> commit 9663dd170f2553678f3e7974ab75bbbc880de959 Author: Pavel Tikhomirov Date: Tue Jan 23 11:16:18 2024 +0800 ms/netfilt

[Devel] [PATCH RHEL9 COMMIT] ms/netfilter: propagate net to nf_bridge_get_physindev

2024-01-23 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.7 --> commit a2baff1c6053fc2d621123038bc0ad542a3d08a6 Author: Pavel Tikhomirov Date: Tue Jan 23 11:16:20 2024 +0800 ms/netfilt

[Devel] [PATCH RHEL9 COMMIT] ms/netfilter: bridge: replace physindev with physinif in nf_bridge_info

2024-01-23 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.7 --> commit ac39f3b02e36b83cc47573c4b6a11d24b5a5d7b1 Author: Pavel Tikhomirov Date: Tue Jan 23 11:16:21 2024 +0800 ms/netfilt

[Devel] net: [PATCH VZ9 1/2] zerocopy for unix socket, fixups

2024-01-23 Thread Alexey Kuznetsov
We do not want to deal with SOCK_SEQPACKET sockets, as was noticed by Pavel Tikhomirov Fallback for occasional splicing of zerocopied pages did not work, returned EINVAL. Not essential as we do not use it, still tests revealed this situation. So, repairing this. vstorage specific note: soon we e

[Devel] [PATCH VZ9 2/2] fs/fuse: enhanced splice support, fixes

2024-01-23 Thread Alexey Kuznetsov
Two bugs has been noticed by Kui Liu 1. We used only 2 words of 8 in onstack copy of user array 2. fdput in error path was missing, we could leak open file when daemon would supply non-pipe file descriptor https://pmc.acronis.work/browse/VSTOR-79527 Signed-off-by: Alexey Kuznetsov --- fs/f