[Devel] [PATCH RHEL COMMIT] Revert "ms/net: introduce a netdev feature for UDP GRO forwarding"

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 40b3e15cf0df54e5437def6ed85e515184dc408e Author: Konstantin Khorenko Date: Mon Sep 20 13:22:17 2021 +0300 Revert "ms/net: introduce a netdev fe

[Devel] [PATCH RH8] push_backup: Remove suspended check

2021-09-20 Thread Kirill Tkhai
Remove it since ctl_rwsem from suspend/resume after push_backup_read will result in deadlock. Signed-off-by: Kirill Tkhai --- drivers/md/dm-push-backup.c | 28 1 file changed, 28 deletions(-) diff --git a/drivers/md/dm-push-backup.c b/drivers/md/dm-push-backup.c i

[Devel] [PATCH RH9 3/5] ext4: Care about reserves in case of IO thread

2021-09-20 Thread Kirill Tkhai
Kthread has root permittions, and it may exceed ext4 reserves (see ext4_has_free_clusters(), also see tune2fs -r). Introduce a new flag PF_IO_THREAD, which indicates a thread of *loop blocks devices, and care about it in ext4_has_free_clusters(). Loop is the first user. Note, that ms kernel (06.

[Devel] [PATCH RH9 1/5] fs: Introduce vfs_truncate2() with file argument

2021-09-20 Thread Kirill Tkhai
Vstorage requires ATTR_FILE argument assigned in do_truncate(). Introduce a new function, which allows to care about this. Suggested-by: Alexey Kuznetsov Signed-off-by: Kirill Tkhai --- fs/open.c|6 +++--- include/linux/fs.h |6 +- kernel/trace/bpf_trace.c |

[Devel] [PATCH RH9 2/5] ploop: Export dm_complete_request()

2021-09-20 Thread Kirill Tkhai
It will be used in dm-ploop driver. Signed-off-by: Kirill Tkhai --- drivers/md/dm-rq.c |3 ++- drivers/md/dm-rq.h |2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/md/dm-rq.c b/drivers/md/dm-rq.c index 0dbd48cbdff9..1e7be9e4833d 100644 --- a/drivers/md/dm-rq.c

[Devel] [PATCH RH9 4/5] dm: Call io_hints even for device-less drivers

2021-09-20 Thread Kirill Tkhai
Ploop wants to set proper discard_granularity despite it is not mapped on real device. Signed-off-by: Kirill Tkhai = Patchset description: dm-ploop: Kill loop Intermediate patches can't be base for bisect. In scope of https://jira.sw.ru/browse/PSBM-123654 Signed-off-by: K

[Devel] [PATCH RH9 5/5] dm-ploop: Add ploop target driver

2021-09-20 Thread Kirill Tkhai
Signed-off-by: Kirill Tkhai --- drivers/md/Kconfig |8 drivers/md/Makefile |5 drivers/md/dm-ploop-bat.c| 597 + drivers/md/dm-ploop-cmd.c| 1341 + drivers/md/dm-ploop-map.c| 1963 +++

Re: [Devel] [PATCH RHEL COMMIT] Revert "ms/net: introduce a netdev feature for UDP GRO forwarding"

2021-09-20 Thread Konstantin Khorenko
Dropping this patch, we will temporarily revert MACSEC netdev feature instead. On 20.09.2021 14:02, Konstantin Khorenko wrote: The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 40b3e15cf0df54e5437de

[Devel] [PATCH RHEL COMMIT] Revert "ms/net: introduce the MACSEC netdev feature"

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit aab95c2ee97aafdb77880eab9515c47b16331d66 Author: Konstantin Khorenko Date: Mon Sep 20 17:53:55 2021 +0300 Revert "ms/net: introduce the MACSEC

[Devel] [PATCH RHEL COMMIT] Revert "ms/net: macsec: add support for offloading to the MAC"

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 60075b0cbeeff891c1959a54e8e17cd152ee2e4c Author: Konstantin Khorenko Date: Mon Sep 20 18:06:59 2021 +0300 Revert "ms/net: macsec: add support f

[Devel] [PATCH RHEL COMMIT] configs: Disable aQuantia AQtion(tm) Ethernet card support

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 578ef3a4a2aab608f46f24f9e8e119672dc22b16 Author: Konstantin Khorenko Date: Mon Sep 20 17:49:25 2021 +0300 configs: Disable aQuantia AQtion(tm)

[Devel] [PATCH RHEL COMMIT] Revert "ms/net: macsec: report real_dev features when HW offloading is enabled"

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 040a3573b2d3904a5c546d4bf3dd6e068c6d6945 Author: Konstantin Khorenko Date: Mon Sep 20 18:02:02 2021 +0300 Revert "ms/net: macsec: report real_d

[Devel] [PATCH RHEL COMMIT] ext4: Care about reserves in case of IO thread

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 93b69a8cd104e61d587988c2b9fa0f3ae19a4a73 Author: Kirill Tkhai Date: Mon Sep 20 19:59:23 2021 +0300 ext4: Care about reserves in case of IO thre

[Devel] [PATCH RHEL COMMIT] dm: Call io_hints even for device-less drivers

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit fa148c9e327741c7ea7df8e853ab3854c4583913 Author: Kirill Tkhai Date: Mon Sep 20 19:59:23 2021 +0300 dm: Call io_hints even for device-less drive

[Devel] [PATCH RHEL COMMIT] fs: Introduce vfs_truncate2() with file argument

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 3528717686bae71294ccb634fb23852f088860ab Author: Kirill Tkhai Date: Mon Sep 20 19:59:21 2021 +0300 fs: Introduce vfs_truncate2() with file argu

[Devel] [PATCH RHEL COMMIT] ploop: Export dm_complete_request()

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 00b1ef55b7e25578e4c4396f0db45c60f8c55004 Author: Kirill Tkhai Date: Mon Sep 20 19:59:22 2021 +0300 ploop: Export dm_complete_request()

[Devel] [PATCH RHEL COMMIT] dm-ploop: Add ploop target driver

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit 93f9012782e5a35cba984bc33a06080fee645baa Author: Kirill Tkhai Date: Mon Sep 20 20:03:02 2021 +0300 dm-ploop: Add ploop target driver S

[Devel] [PATCH RHEL COMMIT] configs: Build DM_PLOOP as a module

2021-09-20 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.vz9.1.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after ark-5.14 --> commit d0821424ea72524f53b868e38db02ad253431b0c Author: Konstantin Khorenko Date: Mon Sep 20 20:08:07 2021 +0300 configs: Build DM_PLOOP as a module