Re: [Devel] [PATCH VZ9 v2 1/2] fs/fuse kio: implement memory region to support zero-copy between userapce and kernel space.

2024-05-26 Thread Vasily Averin
en just pass the descriptor(start address, > length) of a buffer allocated from the registered MR, together with > returned reference for that MR to kernel to complete data transfer to/from > kernel. > > This feature will be used for implementing pcs_krpc. > > Signed-off-by: Li

Re: [Devel] [PATCH VZ9 v2 1/2] fs/fuse kio: implement memory region to support zero-copy between userapce and kernel space.

2024-05-25 Thread Vasily Averin
On 5/23/24 13:54, Liu Kui wrote: > +/* > + * Register a MR > + */ > +int pcs_reg_mr(struct pcs_mr_set *mrs, u64 start, u64 len) > +{ > + int ret = 0; > + struct pcs_mr *mr; > + struct pcs_umem *umem; > + > + if (!len) > + return -EINVAL; > + > + if (!can_do_mlock())

Re: [Devel] [PATCH VZ9 2/2] fs/fuse kio: introduce pcs_krpc - export kernel RPC to userspace

2024-05-20 Thread Vasily Averin
On 5/16/24 17:22, Liu Kui wrote: > --- a/fs/fuse/kio/pcs/pcs_cs.h > +++ b/fs/fuse/kio/pcs/pcs_cs.h > @@ -159,7 +159,7 @@ unsigned int cs_get_avg_in_flight(struct pcs_cs *cs); > void pcs_csset_init(struct pcs_cs_set *css); > void pcs_csset_fini(struct pcs_cs_set *css); > > -struct pcs_cs

Re: [Devel] [PATCH VZ9 2/2] fs/fuse kio: introduce pcs_krpc - export kernel RPC to userspace

2024-05-20 Thread Vasily Averin
On 5/16/24 17:22, Liu Kui wrote: > diff --git a/fs/fuse/kio/pcs/pcs_fuse_kdirect.c > b/fs/fuse/kio/pcs/pcs_fuse_kdirect.c > index 566dcb5f2f4c..0ca76556bf13 100644 > --- a/fs/fuse/kio/pcs/pcs_fuse_kdirect.c > +++ b/fs/fuse/kio/pcs/pcs_fuse_kdirect.c > @@ -1935,10 +2012,13 @@ static int __init

Re: [Devel] [PATCH VZ9 1/2] fs/fuse kio: implement memory region to support zero-copy between userapce and kernel space.

2024-05-20 Thread Vasily Averin
> +int pcs_reg_mr(struct pcs_mr_set *mrs, u64 start, u64 len) > +{ > + int ret = 0; > + struct pcs_mr *mr; > + struct pcs_umem *umem; > + > + if (!len) > + return -EINVAL; > + > + if (!can_do_mlock()) > + return -EPERM; > + > + if

[Devel] Fwd: [PATCH RFC 0/4] Fix file lock cache accounting, again

2024-01-19 Thread Vasily Averin
, Johannes Weiner , Michal Hocko CC: linux-ker...@vger.kernel.org, Jens Axboe , Tejun Heo , Vasily Averin , Michal Koutny , Waiman Long , Muchun Song , Jiri Kosina , cgro...@vger.kernel.org, linux...@kvack.org This is an attempt to fix file lock cache accounting (again). The bug

[Devel] Fwd: [PATCH RFC 0/4] Fix file lock cache accounting, again

2024-01-19 Thread Vasily Averin
, Johannes Weiner , Michal Hocko CC: linux-ker...@vger.kernel.org, Jens Axboe , Tejun Heo , Vasily Averin , Michal Koutny , Waiman Long , Muchun Song , Jiri Kosina , cgro...@vger.kernel.org, linux...@kvack.org This is an attempt to fix file lock cache accounting (again). The bug

Re: [Devel] [PATCH VZ9 17/20] fuse: pcs: split trace_printk

2023-10-07 Thread Vasily Averin
On 10/6/23 13:44, Alexey Kuznetsov wrote: > trace_printk() is a function which is not desired in release kernels, > if is referenced from a module, even if it is not actually used, it allocates > lots of memory and scares people with some messages. > > What can we do? Why not switch to ftrace

Re: [Devel] [PATCH 1/1] Drivers: md: ploop - Do not leak a page on allocation failure

2022-07-20 Thread Vasily Averin
On 7/20/22 21:02, Alexander Atanasov wrote: > Hi, > > On 20/07/2022 20:57, Vasily Averin wrote: > >> Hi Alexander! >> >> On 7/20/22 14:05, Alexander Atanasov wrote: >>> Fix off-by-one error - tries to free the failed allocation and >>> it leaks th

Re: [Devel] [PATCH 1/1] Drivers: md: ploop - Do not leak a page on allocation failure

2022-07-20 Thread Vasily Averin
as set io_vec[1] was failed we jump to err: label doing i-- end call put_page for io_vec[0] 2nd turn fails. So looks like all works correctly. With your patch situation is not changed. Am I missed something perhaps? Thank you, Vasily Averin > Signed-off-by: Alexander Atanasov > --- &

[Devel] [openvz forum] pcompact deprecated warning from cron

2022-04-10 Thread Vasily Averin
h, which is applied, is used to "disable printing of non-error messages to the standard output (console)." This warning is not an error, and so it should be silenced by the -q switch, no? " Thank you, Vasily Averin ___ Devel mailin

[Devel] Test please ignore

2022-03-21 Thread Vasily Averin
please ignore ___ Devel mailing list Devel@openvz.org https://lists.openvz.org/mailman/listinfo/devel

[Devel] [PATCH RHEL7 COMMIT] ms/mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks

2021-10-26 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.42.2.vz7.184.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.42.2.vz7.184.3 --> commit 55623f7a08317a509036ac42980873a7e62bfc82 Author: Vasily Averin Date: Tue Oct 26 18:18:58 2021 +03

[Devel] [PATCH RH7] ms/mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks

2021-10-26 Thread Vasily Averin
for breakfast. [VvS: it is not critical for vz7, however it helps to avoid an extra kills during global OOM] Suggested-by: Michal Hocko Signed-off-by: Vasily Averin --- mm/oom_kill.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 0668b2df7feb..74beb3a03335 100644

[Devel] [PATCH RHEL7 COMMIT] ms/ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel

2021-10-26 Thread Vasily Averin
erry picked from commit 67800f9b1f4eb5bbefc32e3f5044097354bc85b3) [VvS: minor context changes] Signed-off-by: Vasily Averin --- include/net/ipv6.h| 5 +++-- net/ipv6/ip6_gre.c| 3 ++- net/ipv6/ip6_output.c | 4 ++-- net/ipv6/ip6_tunnel.c | 2 +- 4 files changed, 8 insertions(+), 6 de

[Devel] [PATCH RHEL7 COMMIT] ms/net: reallocate new socket option number for IPV6_AUTOFLOWLABEL

2021-10-26 Thread Vasily Averin
ler (cherry picked from commit 753a2ad54ef45e3417a9d49537c2b42b04a2e1be) https://pmc.acronis.com/browse/VSTOR-47671 Signed-off-by: Vasily Averin --- include/uapi/linux/in6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/in6.h b/include/uapi/li

[Devel] [PATCH RHEL7 COMMIT] binfmt_misc: don't free per-VE object on error path

2021-10-26 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.42.2.vz7.184.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.42.2.vz7.184.2 --> commit e9f426506825628dc398bc8e9530cf14094889f8 Author: Nikita Yushchenko Date: Tue Oct 26 14:26:30 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ms/ipv6: fix sparse errors in ip6_make_flowlabel()

2021-10-26 Thread Vasily Averin
t Signed-off-by: David S. Miller (cherry picked from commit 677651462c774b5866be2bc42601303a76b021a0) https://pmc.acronis.com/browse/VSTOR-47671 Signed-off-by: Vasily Averin --- include/net/ipv6.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include

[Devel] [PATCH RHEL7 COMMIT] ms/ipv6: Implement automatic flow label generation on transmit

2021-10-26 Thread Vasily Averin
: Tom Herbert Signed-off-by: David S. Miller (cherry picked from commit cb1ce2ef387b01686469487edd45994872d52d73) [VvS: a number of conflicts have been resolved, restored hunks dropped in RHEL7 backports] https://pmc.acronis.com/browse/VSTOR-47671 Signed-off-by:

[Devel] [PATCH RH7 4/4] ms/ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel

2021-10-26 Thread Vasily Averin
changes] Signed-off-by: Vasily Averin --- include/net/ipv6.h| 5 +++-- net/ipv6/ip6_gre.c| 3 ++- net/ipv6/ip6_output.c | 4 ++-- net/ipv6/ip6_tunnel.c | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/include/net/ipv6.h b/include/net/ipv6.h index a22cd2e262bc

[Devel] [PATCH RH7 3/4] ms/ipv6: fix sparse errors in ip6_make_flowlabel()

2021-10-26 Thread Vasily Averin
677651462c774b5866be2bc42601303a76b021a0) https://pmc.acronis.com/browse/VSTOR-47671 Signed-off-by: Vasily Averin --- include/net/ipv6.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/net/ipv6.h b/include/net/ipv6.h index daa5937a7073..a22cd2e262bc 100644 --- a/include/net/ipv6

[Devel] [PATCH RH7 1/4] ms/ipv6: Implement automatic flow label generation on transmit

2021-10-26 Thread Vasily Averin
Signed-off-by: Vasily Averin --- Documentation/networking/ip-sysctl.txt | 9 + include/linux/ipv6.h | 3 ++- include/net/ipv6.h | 25 + include/net/netns/ipv6.h | 1 + include/uapi/linux/in6.h | 1

[Devel] [PATCH RH7 2/4] ms/net: reallocate new socket option number for IPV6_AUTOFLOWLABEL

2021-10-26 Thread Vasily Averin
STOR-47671 Signed-off-by: Vasily Averin --- include/uapi/linux/in6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/in6.h b/include/uapi/linux/in6.h index 64bb8632b03c..cef3ba7f7916 100644 --- a/include/uapi/linux/in6.h +++ b/include/uapi/linux/in6.h @@ -23

Re: [Devel] [PATCH vz8 v2] binfmt_misc: fix mount after umount in CT

2021-10-20 Thread Vasily Averin
be reused. Could you please check -- is this acceptable for binfmt_misc? Also please do not trust me, I may be wrong and in vz8 ve_destroy() can be 100% called on CT stop. Thank you, Vasily Averin ___ Devel mailing list Devel@openvz.org https://lists.openvz.org/mailman/listinfo/devel

Re: [Devel] [PATCH vz8 v2] binfmt_misc: fix mount after umount in CT

2021-10-19 Thread Vasily Averin
/* this will be cleared by ve_destroy() */ > +#endif > + } > > err = simple_fill_super(sb, BINFMTFS_MAGIC, bm_files); > - if (err) { > - kfree(bm_data); > + if (err) > return err; > - } I do not have vz8 three, so I'm sorry for dump question: if we failed here, who will free bm_data and clean up ve->binfmt_misc? Thank you, Vasily Averin ___ Devel mailing list Devel@openvz.org https://lists.openvz.org/mailman/listinfo/devel

[Devel] [PATCH RHEL7 COMMIT] mm: Do not drop __GFP_NOFAIL in __add_to_page_cache_locked

2021-10-04 Thread Vasily Averin
_charge_cache() https://jira.sw.ru/browse/PSBM-98265 Suggested-by: Vasily Averin Signed-off-by: Evgenii Shatokhin --- mm/filemap.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mm/filemap.c b/mm/filemap.c index 2d35844b3123..579b274550f2 100644 --- a/mm/fi

[Devel] [PATCH RHEL7 COMMIT] VE/sysrq-trigger: fix log limiting

2021-10-04 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.42.2.vz7.184.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.42.2.vz7.184.1 --> commit 4aec67cc2b105a1aca3dfd28c65ba878b1eaff13 Author: Nikita Yushchenko Date: Mon Oct 4 13:57:30 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] writeback: Write dirty times for WB_SYNC_ALL writeback

2021-10-04 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.42.2.vz7.184.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.42.2.vz7.184.1 --> commit 34d1136342cc5b90390ff9a7f91b3bb24ae665d3 Author: Jan Kara Date: Mon Oct 4 13:57:23 2021 +0300 writeback:

[Devel] [PATCH RH9] vmalloc: drop __vmalloc_node_flags calls from v[mz]alloc_account

2021-09-28 Thread Vasily Averin
__vmalloc_node_flags() was dropped in upstream Fixes: 6253bfcdca02 ("mm/vmalloc: add v[mz]alloc_account helpers") Signed-off-by: Vasily Averin --- mm/vmalloc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mm/vmalloc.c b/mm/vmalloc.c index fe

[Devel] [PATCH RH9 23/23] netfilter/x_tables: account entry offsets allocations

2021-09-26 Thread Vasily Averin
rowse/PSBM-127783 Signed-off-by: Alexander Mikhalitsyn VvS: rh9 rebase. (cherry picked from commit 563cb8c18fb3cd6007a219ccc4020bd338f52208) https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin --- net/netfilter/x_tables.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[Devel] [PATCH RH9 22/23] memcg: charge kmem allocations accounted to UBC in PCS6 to memcg

2021-09-26 Thread Vasily Averin
COUNT use in ipv6_add_addr() __GFP_ACCOUNT is required for ifa allocation only, following f6i allocation uses SLAB_ACCOUNT marked slab. https://jira.sw.ru/browse/PSBM-120694 Signed-off-by: Vasily Averin +++ memcg: Account xt_counters for ip6_tables and arp_tables currently xt_counters are account

[Devel] [PATCH RH9 21/23] memcg: Enable accounting for nft objects

2021-09-26 Thread Vasily Averin
Patch enables memcg accounting for nft objects. https://jira.sw.ru/browse/PSBM-128719 Signed-off-by: Vasily Averin (cherry picked from commit b6d838ad6519bac8fc003a3fdfe2ca8623492674) VvS: ported to rh9 https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin --- net/netfilter

[Devel] [PATCH RH9 20/23] ms/ipc: remove memcg accounting for sops objects in do_semtimedop()

2021-09-26 Thread Vasily Averin
sible due to performance impact). Link: https://lore.kernel.org/lkml/90e254df-0dfe-f080-011e-b7c53ee7f...@virtuozzo.com/ Fixes: 18319498fdd4 ("memcg: enable accounting of ipc resources") Signed-off-by: Vasily Averin Acked-by: Michal Hocko Reviewed-by: Michal Koutný Acked-by: Shakeel Butt S

[Devel] [PATCH RH9 18/23] ms/memcg: enable accounting for posix_timers_cache slab

2021-09-26 Thread Vasily Averin
he default signal limits allow to consume up to 100 megabytes per user. It makes sense to account for them to limit the host's memory consumption from inside the memcg-limited container. Link: https://lkml.kernel.org/r/57795560-025c-267c-6b1a-dea852d95...@virtuozzo.com Signed-off-by: Vasily Averin

[Devel] [PATCH RH9 17/23] ms/memcg: enable accounting for signals

2021-09-26 Thread Vasily Averin
sense to account for these allocations to restrict the host's memory consumption from inside the memcg-limited container. Link: https://lkml.kernel.org/r/e34e958c-e785-712e-a62a-2c7b66c64...@virtuozzo.com Signed-off-by: Vasily Averin Reviewed-by: Shakeel Butt Cc: Alexander Viro Cc: Alexey Dobriyan

[Devel] [PATCH RH9 19/23] ms/memcg: enable accounting for ldt_struct objects

2021-09-26 Thread Vasily Averin
particularly on highly utilized machines. It makes sense to account for this objects to restrict the host's memory consumption from inside the memcg-limited container. Link: https://lkml.kernel.org/r/38010594-50fe-c06d-7cb0-d1f77ca42...@virtuozzo.com Signed-off-by: Vasily Averin Acked-by: Borislav Petkov

[Devel] [PATCH RH9 16/23] ms/memcg: enable accounting of ipc resources

2021-09-26 Thread Vasily Averin
and semaphore's undo lists. Link: https://lkml.kernel.org/r/d6507b06-4df6-78f8-6c54-3ae86e3b5...@virtuozzo.com Signed-off-by: Vasily Averin Reviewed-by: Shakeel Butt Cc: Alexander Viro Cc: Alexey Dobriyan Cc: Andrei Vagin Cc: Borislav Petkov Cc: Borislav Petkov Cc: Christian Brauner Cc

[Devel] [PATCH RH9 14/23] ms/memcg: enable accounting for fasync_cache

2021-09-26 Thread Vasily Averin
memory consumption from inside the memcg-limited container. Link: https://lkml.kernel.org/r/1b408625-d71c-0b26-b0b6-9baf00f93...@virtuozzo.com Signed-off-by: Vasily Averin Reviewed-by: Shakeel Butt Cc: Alexander Viro Cc: Alexey Dobriyan Cc: Andrei Vagin Cc: Borislav Petkov Cc: Borislav Petkov

[Devel] [PATCH RH9 15/23] ms/memcg: enable accounting for new namesapces and struct nsproxy

2021-09-26 Thread Vasily Averin
consumption from inside the memcg-limited container. Link: https://lkml.kernel.org/r/5525bcbf-533e-da27-79b7-158686c64...@virtuozzo.com Signed-off-by: Vasily Averin Acked-by: Serge Hallyn Acked-by: Christian Brauner Acked-by: Kirill Tkhai Reviewed-by: Shakeel Butt Cc: Alexander Viro Cc: Alexey

[Devel] [PATCH RH9 13/23] ms/memcg: enable accounting for file lock caches

2021-09-26 Thread Vasily Averin
-c0ec-8e83-918f47d67...@virtuozzo.com Signed-off-by: Vasily Averin Reviewed-by: Shakeel Butt Cc: Alexander Viro Cc: Alexey Dobriyan Cc: Andrei Vagin Cc: Borislav Petkov Cc: Borislav Petkov Cc: Christian Brauner Cc: Dmitry Safonov <0x7f454...@gmail.com> Cc: "Eric W. Biederman"

[Devel] [PATCH RH9 12/23] ms/memcg: enable accounting for pollfd and select bits arrays

2021-09-26 Thread Vasily Averin
to restrict the host's memory consumption from inside the memcg-limited container. Link: https://lkml.kernel.org/r/56e31cb5-6e1e-bdba-d7ca-be64b9842...@virtuozzo.com Signed-off-by: Vasily Averin Reviewed-by: Shakeel Butt Cc: Alexander Viro Cc: Alexey Dobriyan Cc: Andrei Vagin Cc: Borislav

[Devel] [PATCH RH9 11/23] ms/memcg: enable accounting for mnt_cache entries

2021-09-26 Thread Vasily Averin
s to restrict the host's memory consumption from inside the memcg-limited container. Link: https://lkml.kernel.org/r/045db11f-4a45-7c9b-2664-5b32c2b44...@virtuozzo.com Signed-off-by: Vasily Averin Reviewed-by: Shakeel Butt Acked-by: Christian Brauner Cc: Tejun Heo Cc: Michal Hocko Cc: Johann

[Devel] [PATCH RH9 10/23] ms/memcg: enable accounting for pids in nested pid namespaces

2021-09-26 Thread Vasily Averin
0 ("kmemcg: account certain kmem allocations to memcg") Cc: sta...@vger.kernel.org Signed-off-by: Vasily Averin Reviewed-by: Michal Koutný Reviewed-by: Shakeel Butt Acked-by: Christian Brauner Acked-by: Roman Gushchin Cc: Michal Hocko Cc: Johannes Weiner Signed-off-by: Andrew Morton

[Devel] [PATCH RH9 09/23] ms/memcg: enable accounting for scm_fp_list objects

2021-09-26 Thread Vasily Averin
-by: Vasily Averin Signed-off-by: David S. Miller (cherry picked from commit 2c6ad20b581e37d6331010ee1d28b3307c90ba0a) https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin --- net/core/scm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/core/scm.c b/net/core

[Devel] [PATCH RH9 08/23] ms/memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation

2021-09-26 Thread Vasily Averin
-off-by: Andrey Ryabinin Signed-off-by: Vasily Averin Signed-off-by: David S. Miller (cherry picked from commit 1b51d8271973e4966078f0c1a5cb061ae9a424d2) https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin --- net/ipv6/sit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions

[Devel] [PATCH RH9 07/23] ms/memcg: enable accounting for VLAN group array

2021-09-26 Thread Vasily Averin
vlan array consume up to 8 pages of memory per net device. It makes sense to account for them to restrict the host's memory consumption from inside the memcg-limited container. Signed-off-by: Vasily Averin Signed-off-by: David S. Miller (cherry picked from commit

[Devel] [PATCH RH9 06/23] ms/memcg: enable accounting for inet_bin_bucket cache

2021-09-26 Thread Vasily Averin
Averin Signed-off-by: David S. Miller (cherry picked from commit 990c74e3f41d7ae9711d3fb3e8b3f0d3088e0969) https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin --- net/dccp/proto.c | 2 +- net/ipv4/tcp.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git

[Devel] [PATCH RH9 05/23] ms/memcg: enable accounting for IP address and routing-related objects

2021-09-26 Thread Vasily Averin
d and should not be used in new code: in_interrupt() - We're in NMI,IRQ,SoftIRQ context or have BH disabled To verify the current execution context new macro should be used instead: in_task() - We're in task context Signed-off-by: Vasily Averin Signed-off-by: David S. Miller (cherry picked

[Devel] [PATCH RH9 04/23] ms/memcg: enable accounting for net_device and Tx/Rx queues

2021-09-26 Thread Vasily Averin
for them to restrict the host's memory consumption from inside the memcg-limited container. Signed-off-by: Vasily Averin Signed-off-by: David S. Miller (cherry picked from commit c948f51c1654218af2161840014c9dcbf7c89464) https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin

[Devel] [PATCH RH9 03/23] mm/vmalloc: add v[mz]alloc_account helpers

2021-09-26 Thread Vasily Averin
Same as v[mz]alloc, but accounted to kmemcg. Will be used later. Signed-off-by: Vladimir Davydov (cherry picked from commit 634f4e15e07b80d1d02404284da9d5ebce7f9a69) VvS: rebase to rh9 https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin --- include/linux/vmalloc.h | 2 ++ mm

[Devel] [PATCH RH9 02/23] mm/memcg: enable memory.high for cgroup v1.

2021-09-26 Thread Vasily Averin
This adds memory.high file in cgroup v1. Semantics is the same as for cgroup v2. Signed-off-by: Andrey Ryabinin (cherry picked from commit c432767aac6f77c2d8ffad588da89d0a66c29249) VvS: rebase to rh9 https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin --- mm/memcontrol.c | 9

[Devel] [PATCH RH9 01/23] mm/memcg: enable memory.low for cgroup v1

2021-09-26 Thread Vasily Averin
This adds memory.low for cgroup v1. Semantics the same as for cgroup v2. Signed-off-by: Andrey Ryabinin (cherry picked from commit 9ab48918d4587dc614595055e66e2e17af5c4a44) VvS: rebase to rh9 https://jira.sw.ru/browse/PSBM-133990 Signed-off-by: Vasily Averin --- mm/memcontrol.c | 10

[Devel] [PATCH RHEL7 COMMIT] ploop: Fix partition refcounter leak

2021-09-23 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.4 --> commit 2b8d9cf32c04e2bf3eab299234b76773f424db9e Author: Konstantin Khorenko Date: Thu Sep 23 18:15:28 2021 +0300

[Devel] [PATCH RH8] memcg: prohibit unconditional exceeding the limit of dying tasks

2021-09-14 Thread Vasily Averin
of the memcg limit for dying tasks. Also it breaks endless loop for tasks bypassed by the oom killer. In addition, it renames should_force_charge() helper to task_is_dying() because now its use do not lead to the forced charge. Suggested-by: Michal Hocko Signed-off-by: Vasily Averin [backported

[Devel] [PATCH RHEL7 COMMIT] prctl: allow to setup brk for et_dyn executables

2021-09-14 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.3 --> commit d56cdb57dd3ec925d584991b9f3b7acca0066129 Author: Cyrill Gorcunov Date: Tue Sep 14 09:57:16 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ub: correct _ub_get_css() retvalue for dying/stopped containers

2021-09-14 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.3 --> commit 1fe37c202e6e2b26bea8525c623fb357750e99cc Author: Vasily Averin Date: Tue Sep 14 09:57:26 2021

[Devel] [PATCH RHEL7 COMMIT] net: export "net/core/xfrm*" sysctls for containers

2021-09-14 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.3 --> commit 22dee1003c153a8b787e9cb54834a41c6ae2e257 Author: Nikita Yushchenko Date: Tue Sep 14 09:57:08 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ms/memcg: prohibit unconditional exceeding the limit of dying tasks

2021-09-14 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.3 --> commit 30b7acd04f1384f4a69b98805b943bb868d1e420 Author: Vasily Averin Date: Tue Sep 14 09:57:01 2021

[Devel] [PATCH RHEL7 COMMIT] ms/ipv6: allocate enough headroom in ip6_finish_output2()

2021-09-14 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.3 --> commit 54a2223f8be9a40306eb3f2b5ede9a9748ffa737 Author: Vasily Averin Date: Tue Sep 14 09:56:15 2021

[Devel] [PATCH RHEL7 COMMIT] ms/ipc: remove memcg accounting for sops objects in do_semtimedop()

2021-09-14 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.3 --> commit bf7e83ec7683ec5e3bfd24afb131b490c238507c Author: Vasily Averin Date: Tue Sep 14 09:56:06 2021 +030

[Devel] [PATCH RH7 v3] ub: correct _ub_get_css() retvalue for dying/stopped containers

2021-09-14 Thread Vasily Averin
value. https://jira.sw.ru/browse/PSBM-123686 Signed-off-by: Vasily Averin --- v2: removed an extra check in end of __ub_get_css(), thanks to eshatokhin@ v3: fixed goto label in ub_get_attach, thanks to eshatokhin@ again include/bc/beancounter.h | 10 +++- kernel/bc/beancounter.c

Re: [Devel] [PATCH v2] ub: correct _ub_get_css() retvalue for dying/stopped containers

2021-09-14 Thread Vasily Averin
On 9/14/21 9:30 AM, Evgenii Shatokhin wrote: > On 14.09.2021 00:52, Vasily Averin wrote: >> Currently __ub_get_css(ub) for dying or stopped container returns >> ub0-related css as failback. As result read from /proc/bc/<>/ files >> can show ve0-related info. >>

[Devel] [PATCH v2] ub: correct _ub_get_css() retvalue for dying/stopped containers

2021-09-13 Thread Vasily Averin
value. https://jira.sw.ru/browse/PSBM-123686 Signed-off-by: Vasily Averin --- v2: removed an extra cehck in end of __ub_get_css(), thanks to eshatokhin@ include/bc/beancounter.h | 10 +++- kernel/bc/beancounter.c | 65 +++- kernel/bc/io_prio.c

Re: [Devel] [PATCH] ub: correct _ub_get_css() retvalue for dying/stopped containers

2021-09-13 Thread Vasily Averin
On 9/13/21 12:04 PM, Evgenii Shatokhin wrote: > On 12.09.2021 18:03, Vasily Averin wrote: >>   @@ -183,7 +187,11 @@ static __always_inline struct cgroup_subsys_state >> *__ub_get_css(struct user_bean >>   if (css) >>   css_put(css); >>   -    c

[Devel] [PATCH RH7] vmalloc: cancel huge vmalloc allocations by fatal signal or oom

2021-09-13 Thread Vasily Averin
Currently huge vmalloc allocation cannot be cancelled even by OOM-killer. https://jira.sw.ru/browse/PSBM-132705 Signed-off-by: Vasily Averin --- mm/vmalloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm/vmalloc.c b/mm/vmalloc.c index f3c1f5c..a976d15 100644 --- a/mm

[Devel] [PATCH] ub: correct _ub_get_css() retvalue for dying/stopped containers

2021-09-12 Thread Vasily Averin
value. https://jira.sw.ru/browse/PSBM-123686 Signed-off-by: Vasily Averin --- include/bc/beancounter.h | 10 +++- kernel/bc/beancounter.c | 65 +++- kernel/bc/io_prio.c | 13 -- kernel/bc/proc.c | 3 +++ kernel/bc/vm_pages.c

[Devel] [PATCH RH7] ms/memcg: prohibit unconditional exceeding the limit of dying tasks

2021-09-11 Thread Vasily Averin
version] Link: https://lkml.org/lkml/2021/9/10/374 https://jira.sw.ru/browse/PSBM-132705 Signed-off-by: Vasily Averin --- mm/memcontrol.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 8dbd140..2ede4d2 100644 --- a/mm/memcontrol.c +++ b/mm

[Devel] [PATCH RH7] ms/ipc: remove memcg accounting for sops objects in do_semtimedop()

2021-09-11 Thread Vasily Averin
/ Signed-off-by: Vasily Averin --- ipc/sem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/sem.c b/ipc/sem.c index 437f2e5..274a2bc 100644 --- a/ipc/sem.c +++ b/ipc/sem.c @@ -1797,7 +1797,7 @@ SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops

[Devel] [PATCH RH7] ms/ipv6: allocate enough headroom in ip6_finish_output2()

2021-09-11 Thread Vasily Averin
-by: Vasily Averin --- net/ipv6/ip6_output.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index ca42e2c..6c2082d 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -60,6 +60,7 @@ static int ip6_finish_output2(struct

[Devel] [PATCH RHEL7 COMMIT] mm: make PR_SET_THP_DISABLE immediately active

2021-09-02 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.2 --> commit 176a02afc04b98e663e94e6dcae3fcfc4acb467d Author: Michal Hocko Date: Fri Sep 3 04:30:30 2021 +0300 mm: make

[Devel] [PATCH RHEL7 COMMIT] mm: high order allocation detector

2021-09-02 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.1 --> commit db80e99e240985a103cb511b79db852c829eb2ce Author: Nikita Yushchenko Date: Thu Sep 2 20:21:09 2021 +0300 mm:

[Devel] [PATCH RHEL7 COMMIT] memcg: force accounting to specified memcg

2021-09-02 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.1 --> commit 2d78ccbf71df61467989985bc5e94fe7e6bb6ca9 Author: Vasily Averin Date: Thu Sep 2 20:20:36 2021 +03

[Devel] [PATCH RHEL7 COMMIT] trace: fix frame skip when saving event stacktrace

2021-09-02 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.1 --> commit c93e9f190c2c1bfc5fb79f1ceba1b37a495270b4 Author: Nikita Yushchenko Date: Thu Sep 2 20:21:02 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ms/memcg: drop GFP_KERNEL_ACCOUNT use in tty_free_termios()

2021-09-02 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.1 --> commit a727b00eccdb742c2d7f357d84c55581364a0c34 Author: Vasily Averin Date: Thu Sep 2 20:20:46 2021

[Devel] [PATCH RHEL7 COMMIT] Fix a leak in socket(2) when we fail to allocate a file descriptor.

2021-09-02 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.41.1.vz7.183.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.41.1.vz7.183.1 --> commit ac48402fff1222d8c1c033f15c6562b7633fad72 Author: Al Viro Date: Thu Sep 2 20:18:39 2021 +0300 Fix a leak in

Re: [Devel] [PATCH] mm: high order allocation detector

2021-08-31 Thread Vasily Averin
Nikita, you can find my comments below. Could you please next time add suffux RH7 or RH8 to get something like [PATCH RH7] or [PATCH RH8] -- it's required to underatdn who should handle this patch: me (aka vz7 maintanance) or khorenko@ (Vz8 developemt) Thank you, Vasily Averin On 8/31

[Devel] [PATCH RHEL7 COMMIT] ve: get_curr_ve: first try getting ve with rcu lock

2021-08-24 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.36.2.vz7.182.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.36.2.vz7.182.1 --> commit d5e8cbbf52cbfd6e94df2c819324c6c3f81d5c97 Author: Pavel Tikhomirov Date: Tue Aug 24 14:40:06 2021 +0300 ve:

[Devel] [PATCH RHEL7 COMMIT] cgroup/net_prio: virtualize ifpriomap per-ve

2021-08-24 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.36.2.vz7.182.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.36.2.vz7.182.1 --> commit 23b33c9424325cf6fc57c5ae0694b7c38636cfa4 Author: Pavel Tikhomirov Date: Tue Aug 24 14:40:14 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ve: add get_curr_ve helper

2021-08-24 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.36.2.vz7.182.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.36.2.vz7.182.1 --> commit cab1d4f472b1da29f4024f29aa3e3d88df5a6750 Author: Pavel Tikhomirov Date: Tue Aug 24 14:40:00 2021 +0300 ve:

[Devel] [PATCH RHEL7 COMMIT] ploop: Track if we have delta with disable_merge

2021-08-24 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.36.2.vz7.182.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.36.2.vz7.182.1 --> commit 004f568630f778a6fb3d2ecf5749b926a973b1de Author: Kirill Tkhai Date: Tue Aug 24 14:39:41 2021 +0300 ploop:

[Devel] [PATCH RHEL7 COMMIT] ploop: Check disable_merge only if there is a delta with such method

2021-08-24 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.36.2.vz7.182.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.36.2.vz7.182.1 --> commit 54b4ddbd65f89be6a31c08e2add004d27c79ceed Author: Kirill Tkhai Date: Tue Aug 24 14:39:48 2021 +0300 ploop:

[Devel] [PATCH RHEL7 COMMIT] sock: allow reading and changing sk_userlocks with setsockopt

2021-08-24 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.36.2.vz7.182.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.36.2.vz7.182.1 --> commit b19210badee85caa8a0d398092bd037ad2a9add1 Author: Pavel Tikhomirov Date: Tue Aug 24 14:39:54 2021 +0300

[Devel] [PATCH RH7] memcg: force accounting to specifeid memcg

2021-08-06 Thread Vasily Averin
to prevent global OOM in few threads inide limited container got fatal signals and by this way got approval for unlimited host memory allocations. https://jira.sw.ru/browse/PSBM-132705 Signed-off-by: Vasily Averin --- include/linux/memcontrol.h | 17 + 1 file changed, 1 insertion(+), 16

[Devel] [PATCH RH8] ms/memcg: drop GFP_KERNEL_ACCOUNT use in tty_save_termios()

2021-07-27 Thread Vasily Averin
Signed-off-by: Vasily Averin --- drivers/tty/tty_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index d003244ca1eb..0d7c2cfa3ee3 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -1394,7 +1394,7 @@ void tty_save_term

[Devel] [PATCH RH7] ms/memcg: drop GFP_KERNEL_ACCOUNT use in tty_free_termios()

2021-07-27 Thread Vasily Averin
Signed-off-by: Vasily Averin --- drivers/tty/tty_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index 9c7fb959815b..5bec5c9191fe 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -1555,7 +1555,7 @@ void tty_free_term

[Devel] [PATCH RHEL7 COMMIT] mm/memcg: do not save call stacks of css_get/put by default

2021-07-03 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.9 --> commit baa4127a741b9f0bd97093a50dab57198d7dd41b Author: Evgenii Shatokhin Date: Sat Jul 3 10:25:55 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ms/ext4: fix bug for rename with RENAME_WHITEOUT

2021-06-22 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.8 --> commit 298e1b6da8e1e343dc7b49268f33f8ffc0f638c8 Author: yangerkun Date: Tue Jun 22 21:51:11 2021 +0300 ms/ext4:

[Devel] [PATCH RHEL7 COMMIT] ms/ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc

2021-06-22 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.8 --> commit 43abf6424d766e23d9479361b852b31f02b5fbe9 Author: Daeho Jeong Date: Tue Jun 22 21:51:22 2021 +0300 ms/ext4:

[Devel] [PATCH RHEL7 COMMIT] ms/ext4: handle unwritten or delalloc buffers before enabling data journaling

2021-06-22 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.8 --> commit 10151fe268075e193f27a4d32099409b79307dd9 Author: Daeho Jeong Date: Tue Jun 22 21:51:16 2021 +0300 ms/ext4:

[Devel] [PATCH RHEL7 COMMIT] ext4: Fix rebase c55a9acde5aa

2021-06-22 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.8 --> commit 7378530c563fdea013ee25c434f06adc37ab500c Author: Kirill Tkhai Date: Tue Jun 22 21:51:05 2021 +0300 ext4:

[Devel] [PATCH RHEL7 COMMIT] ext4: Use initial count in ext4_ind_direct_IO()

2021-06-22 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.8 --> commit ddc33f38cc64fcef425fb489a3cb90df4d9c1ec4 Author: Kirill Tkhai Date: Tue Jun 22 21:51:28 2021 +0300 ext4:

[Devel] [PATCH RHEL7 COMMIT] fs/ceph: access beyound end of iovec array in dio_get_pagev_size()

2021-06-22 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.7 --> commit e676c3bacb2ca0e554daf91ada6cc0d64921e95f Author: Vasily Averin Date: Tue Jun 22 14:02:47 2021

[Devel] [PATCH RH7] fs/ceph: access beyound end of iovec array in dio_get_pagev_size()

2021-06-22 Thread Vasily Averin
;fs/ceph: honor kernel direct aio changes v2") Signed-off-by: Vasily Averin --- fs/ceph/file.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/fs/ceph/file.c b/fs/ceph/file.c index 4302940..8be9868 100644 --- a/fs/ceph/file.c +++ b/fs/ceph/file.c @@ -75,7 +7

[Devel] [PATCH RHEL7 COMMIT] ms/ext4: track writeback errors using the generic tracking infrastructure

2021-06-18 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.4 --> commit 3715a492f50c16476c82b3c70c3b344a6c4be98e Author: Theodore Ts'o Date: Fri Jun 18 16:07:57 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ms/ext4: fix punch hole for inline_data file systems

2021-06-18 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.4 --> commit 747a279f08343a971647a50530904661fcfba815 Author: Theodore Ts'o Date: Fri Jun 18 16:08:02 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ms/ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max

2021-06-18 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.4 --> commit a4b0543d5ece654bd4ff594fcd1757493ecbde9a Author: Harshad Shirwadkar Date: Fri Jun 18 16:08:09 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] net/veth: Increase veth max_mtu for k8s and weave-net

2021-06-15 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.3 --> commit 581ddd55b1d267502eb801b12cff389d65d775c3 Author: Pavel Tikhomirov Date: Tue Jun 15 16:05:25 2021 +0300

[Devel] [PATCH RHEL7 COMMIT] ms/xfrm6_tunnel: exit_net cleanup check added

2021-06-15 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.3 --> commit 2603f246dcd7cc3a03cc46867595b56dd72e35de Author: Vasily Averin Date: Tue Jun 15 16:05:40 2021

[Devel] [PATCH RHEL7 COMMIT] ms/xfrm: Fix warning in xfrm6_tunnel_net_exit.

2021-06-15 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.3 --> commit bf967f76b9b2b4092d444bc2b9eaea82859295fc Author: Vasily Averin Date: Tue Jun 15 16:05:46 2021

[Devel] [PATCH RHEL7 COMMIT] ms/xfrm: clean up xfrm protocol checks

2021-06-15 Thread Vasily Averin
The commit is pushed to "branch-rh7-3.10.0-1160.31.1.vz7.181.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.31.1.vz7.181.3 --> commit 50467d53842fe0044d6a6d1e54491a00809b65f1 Author: Vasily Averin Date: Tue Jun 15 16:05:52 2021

  1   2   3   4   5   6   7   8   9   >