[Devel] [PATCH RH7] netlink: silence high-order memory allocation warning in netlink_ack

2020-12-21 Thread Vasily Averin
In some cases netlink_ack() legally does high-order memory allocation. [ cut here ] WARNING: CPU: 4 PID: 258995 at mm/page_alloc.c:3533 __alloc_pages_nodemask+0x1b1/0x600 order 4 >= 3, gfp 0x2040d0 Call Trace: [] __warn+0xfa/0x100 [] warn_slowpath_fmt+0x5f/0x80

[Devel] [PATCH RHEL8 COMMIT] oom: make berserker more aggressive

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit 89c9c96179c7c59ca937010420c590e38fa1bf30 Author: Vladimir Davydov Date: Mon Dec 21 19:49:33 2020 +0300 oom: make

[Devel] [PATCH RHEL8 COMMIT] oom: resurrect berserker mode

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit fd0c0eddf619ad335ed60170bdb7024e6df818d6 Author: Vladimir Davydov Date: Mon Dec 21 19:49:32 2020 +0300 oom:

[Devel] [PATCH RHEL8 COMMIT] proc, memcg: use memcg limits for showing oom_score inside CT

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit 58b2cd949131965c57ddd7f584144645cf97fafe Author: Andrey Ryabinin Date: Mon Dec 21 19:42:59 2020 +0300 proc,memcg:

[Devel] [PATCH RHEL8 COMMIT] netlink: protect NETLINK_REPAIR

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit 0ba63537137941826825b89fd7d6540b00c85357 Author: Andrey Zhadchenko Date: Mon Dec 21 18:51:30 2020 +0300 netlink:

[Devel] [PATCH RHEL8 COMMIT] netlink: add an option to set sk->err from userspace

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit 1855f8f5de8bcdeaa58557cdcbfc52e11f970936 Author: Andrey Zhadchenko Date: Mon Dec 21 18:51:31 2020 +0300 netlink:

[Devel] [PATCH RHEL8 COMMIT] config.minimal: Aling minimal config options for RHEL8.3 based kernel

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit 573a50c973f989aecb6e0beeace679a8463b900c Author: Konstantin Khorenko Date: Mon Dec 21 14:50:44 2020 +0300

[Devel] [PATCH RHEL8 COMMIT] config.OpenVZ.minimal: Enable infiniband for fast-path for vStorage

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit b1517a7192febd59da249c6391bbff56094ceaaf Author: Konstantin Khorenko Date: Mon Dec 21 14:58:35 2020 +0300

[Devel] [PATCH rh8 v3 2/2] ve/proc: Added separate start time field to task_struct to show in container

2020-12-21 Thread Konstantin Khorenko
From: Valeriy Vdovin Introduced 'real_start_time_ct' field in task_struct. The value is READ: 1. When the process lives inside of a ve group and any process inside of the same ve group wants to know it's start time by reading it's /proc/[pid]/stat file. 2. At container suspend operation to

[Devel] [PATCH rh8 v3 1/2] ve/time: Move ve_get_uptime() to header

2020-12-21 Thread Konstantin Khorenko
Will be used in ve.h in another function. Fixes: 9644a237d401 ("ve/vestat: Introduce /proc/vz/vestat") Signed-off-by: Konstantin Khorenko --- include/linux/ve.h | 5 + kernel/ve/vecalls.c | 5 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/linux/ve.h

[Devel] [PATCH v2 rh8 1/2] ve/time: Move ve_get_uptime() to header

2020-12-21 Thread Konstantin Khorenko
Will be used in ve.h in another function. To_merge: 9644a237d401 ("ve/vestat: Introduce /proc/vz/vestat") Signed-off-by: Konstantin Khorenko --- include/linux/ve.h | 5 + kernel/ve/vecalls.c | 5 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/linux/ve.h

[Devel] [PATCH v2 rh8 2/2] ve/proc: Added separate start time field to task_struct to show in container

2020-12-21 Thread Konstantin Khorenko
From: Valeriy Vdovin Introduced 'real_start_time_ct' field in task_struct. The value is READ: 1. When the process lives inside of a ve group and any process inside of the same ve group wants to know it's start time by reading it's /proc/[pid]/stat file. 2. At container suspend operation to

[Devel] [PATCH RHEL8 COMMIT] config.OpenVZ.minimal: enable infiniband for fast-path for vStorage

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit 9af7f884528b0a9c8157c94ecc0041da172cfece Author: Konstantin Khorenko Date: Mon Dec 21 14:58:35 2020 +0300

[Devel] [PATCH RHEL8 COMMIT] config.minimal: Aling minimal config options for RHEL8.3 based kernel

2020-12-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.3 --> commit 573a50c973f989aecb6e0beeace679a8463b900c Author: Konstantin Khorenko Date: Mon Dec 21 14:50:44 2020 +0300

[Devel] [PATCH RHEL7 COMMIT] netfilter: nf_tables: allow to filter out rules by table and chain

2020-12-21 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.11.1.vz7.172.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.11.1.vz7.172.2 --> commit e8e371cf0755d1b4334146b7b9bdfcd11fb19bc2 Author: Vasily Averin Date: Mon Dec 21 14:22:28 2020 +0300

[Devel] [PATCH RH7] netfilter: nf_tables: allow to filter out rules by table and chain

2020-12-21 Thread Vasily Averin
If the table and/or chain attributes are set in a rule dump request, we filter out the rules based on this selection. Signed-off-by: Pablo Neira Ayuso (cherry picked from commit 6e1f760e13c75eb0c21c75c6eed918e25b54cd07) VvS: minor context changes https://bugs.openvz.org/browse/OVZ-7223