[Devel] [PATCH RHEL7 COMMIT] ms/net/mlx5e: Convert large order kzalloc allocations to kvzalloc

2019-05-28 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-957.12.2.vz7.96.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-957.12.2.vz7.96.6 --> commit 3e8d11ae2d053f18a92a62c16943f8060bdf6d2d Author: Tariq Toukan Date: Tue May 28 19:11:08 2019 +0300 ms/net/mlx5e

Re: [Devel] [PATCH rh7] mm/workingset: Fix workingset_activation() with disabled mem cgroups.

2019-05-28 Thread Andrey Ryabinin
On 5/28/19 7:06 PM, Konstantin Khorenko wrote: > When mem cgroups are disabled in workingset_activation() > lookup_page_cgroup() can return NULL and trigger crash on next step on > page bit check. > > Fixes: f6a8b015027e ("ms/mm: workingset: per-cgroup cache > thrash detection") > > Signed-off

[Devel] [PATCH RHEL7 COMMIT] mm/workingset: Fix workingset_activation() with disabled mem cgroups.

2019-05-28 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-957.12.2.vz7.96.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-957.12.2.vz7.96.6 --> commit d617393782b8c466619dcc87b394496ca756e69c Author: Konstantin Khorenko Date: Tue May 28 18:54:52 2019 +0300 mm/wo

[Devel] [PATCH RHEL7 COMMIT] mm/workingset: Fix workingset_activation() with disabled mem cgroups.

2019-05-28 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-957.12.2.vz7.96.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-957.12.2.vz7.96.6 --> commit eb081deaa5c63ae3c3b4ce00a3dc6b05262ff5fb Author: Konstantin Khorenko Date: Tue May 28 18:54:52 2019 +0300 mm/wo

[Devel] [PATCH rh7] mm/workingset: Fix workingset_activation() with disabled mem cgroups.

2019-05-28 Thread Konstantin Khorenko
When mem cgroups are disabled in workingset_activation() lookup_page_cgroup() can return NULL and trigger crash on next step on page bit check. Fixes: f6a8b015027e ("ms/mm: workingset: per-cgroup cache thrash detection") Signed-off-by: Konstantin Khorenko --- mm/workingset.c | 9 ++--- 1 fi

[Devel] [PATCH rh7] ms/net/mlx5e: Convert large order kzalloc allocations to kvzalloc

2019-05-28 Thread Andrey Ryabinin
From: Tariq Toukan Replace calls to kzalloc_node with kvzalloc_node, as it fallsback to lower-order pages if the higher-order trials fail. Signed-off-by: Tariq Toukan Signed-off-by: Saeed Mahameed https://pmc.acronis.com/browse/VSTOR-23453 (cherry picked from commit ca11b798998a62c2bf87ea0477