[Devel] [RESEND PATCH vz9] mm: fix mem_cgroup_migrate's warn_on itself

2023-02-21 Thread Alexander Atanasov
The original check only expected to have Anon,Swap and Cached pages. Which is not a valid assumption any more since folios have more folio types. To fix this update the condition to handle more folio types and change its logic to be in form of flag && (any other flag) rather than flag != (!any othe

[Devel] [PATCH RHEL9 COMMIT] mm: Fix mem_cgroup_migrate's warn_on itself

2023-02-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-162.6.1.vz9.18.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-162.6.1.vz9.18.10 --> commit 6c6835cdae7442cfbf7bfbac5ff157754eb18266 Author: Alexander Atanasov Date: Wed Feb 15 10:57:56 2023 +0200 mm: Fix

[Devel] [PATCH RHEL9 COMMIT] kmsg: Virtualize timestamps in /dev/ksmg output

2023-02-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-162.6.1.vz9.18.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-162.6.1.vz9.18.11 --> commit 95f395f7cdb0b6d61ac19841d464f73ca717ce9b Author: Konstantin Khorenko Date: Tue Feb 7 20:37:42 2023 +0300 kmsg: V

[Devel] [PATCH RHEL9 COMMIT] syslog: Virtualize timestamps in the data reported

2023-02-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-162.6.1.vz9.18.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-162.6.1.vz9.18.11 --> commit cd67ec32fb15bec06613b619c231e928326531af Author: Konstantin Khorenko Date: Tue Feb 7 20:42:56 2023 +0300 syslog:

[Devel] [PATCH RHEL7 COMMIT] blk-cbt: Remove needless zeroing

2023-02-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.83.1.vz7.194.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.83.1.vz7.194.4 --> commit 5fa9a5b8e8397aed4be5096b615d5e615fa63baf Author: Nikolay Borisov Date: Fri Jan 27 13:34:38 2023 +0200 blk-c

Re: [Devel] [PATCH 2/4] blk-cbt: Factor out common capability check

2023-02-21 Thread Konstantin Khorenko
On 27.01.2023 12:34, Nikolay Borisov wrote: Instead of duplicating CAP_SYS_ADMIN check for every block-cbt ioctl apart from BLKCBTGET simply factor out the check in the beginning of blk_cbt_ioctl. Signed-off-by: Nikolay Borisov --- block/blk-cbt.c | 17 +++-- 1 file changed, 3 in

Re: [Devel] [PATCH 2/4] blk-cbt: Factor out common capability check

2023-02-21 Thread nb
On 21.02.23 г. 20:19 ч., Konstantin Khorenko wrote: On 27.01.2023 12:34, Nikolay Borisov wrote: Instead of duplicating CAP_SYS_ADMIN check for every block-cbt ioctl apart from BLKCBTGET simply factor out the check in the beginning of blk_cbt_ioctl. Signed-off-by: Nikolay Borisov ---   block/