[Devel] [PATCH RHEL9 COMMIT] fs/fuse: clear splice buffers from response to a killed request

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit b29b3a7a24abe13d2aee4a256c13f3a045b65d1a Author: Liu Kui Date: Fri Feb 28 22:47:26 2025 +0800 fs/fuse: clear splice

[Devel] [PATCH RHEL9 COMMIT] ms/mm/page_pool: catch page_pool memory leaks

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.21 --> commit a7ece4829001b3285d9861c0e29af55d9d925065 Author: Jesper Dangaard Brouer Date: Fri Nov 24 11:16:52 2023 +0100 ms/mm/

[Devel] [PATCH vz9] ms/mm/page_pool: catch page_pool memory leaks

2025-03-11 Thread Konstantin Khorenko
From: Jesper Dangaard Brouer Pages belonging to a page_pool (PP) instance must be freed through the PP APIs in-order to correctly release any DMA mappings and release refcnt on the DMA device when freeing PP instance. When PP release a page (page_pool_release_page) the page->pp_magic value is cle

[Devel] [PATCH RHEL9 COMMIT] dm-qcow2: make merge_backward command asyncronous

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit 0946cf907557e9c22294b0831bf760608e184416 Author: Pavel Tikhomirov Date: Thu Mar 6 13:21:09 2025 +0800 dm-qcow2: mak

[Devel] [PATCH RHEL9 COMMIT] dm-qcow2: cleanup error handling in qcow2_merge_backward

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit b91360e9e9e5df5f6a8f9e3b4ab85b0adb598f7e Author: Pavel Tikhomirov Date: Wed Mar 5 19:45:23 2025 +0800 dm-qcow2: cle

[Devel] [PATCH RHEL9 COMMIT] dm-qcow2: fix warning about wrong printk format for size_t

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit 2f6638650970b1fe73b0f737ca8d26a6fb67ab2e Author: Pavel Tikhomirov Date: Wed Mar 5 19:45:22 2025 +0800 dm-qcow2: fix

[Devel] [PATCH vz9 1/6] ms/xfrm: interface: use DEV_STATS_INC()

2025-03-11 Thread Konstantin Khorenko
From: Sabrina Dubroca JIRA: https://issues.redhat.com/browse/RHEL-31751 commit f7c4e3e5d4f6609b4725a97451948ca2e425379a Author: Eric Dumazet Date: Tue Sep 5 13:23:03 2023 + xfrm: interface: use DEV_STATS_INC() syzbot/KCSAN reported data-races in xfrm whenever dev->stats fields

[Devel] [PATCH vz9 0/6] net: esp: fix bad handling of pages from page_pool

2025-03-11 Thread Konstantin Khorenko
We have experienced multiple crashes due to memory corruptions, which happend after multiple kernel complains about "BUG: Bad page state". Using debug commit dba1b8a7ab68 ("mm/page_pool: catch page_pool memory leaks") we have caught the detailed reason: page dumped because: page_pool leak which

[Devel] [PATCH vz9 6/6] ms/net: esp: fix bad handling of pages from page_pool

2025-03-11 Thread Konstantin Khorenko
From: Sabrina Dubroca JIRA: https://issues.redhat.com/browse/RHEL-31751 commit c3198822c6cb9fb588e446540485669cc81c5d34 Author: Dragos Tatulea Date: Fri Mar 8 17:26:00 2024 +0200 net: esp: fix bad handling of pages from page_pool When the skb is reorganized during esp_output (!esp->

[Devel] [PATCH vz9 3/6] ms/xfrm: annotate data-race around use_time

2025-03-11 Thread Konstantin Khorenko
From: Sabrina Dubroca JIRA: https://issues.redhat.com/browse/RHEL-31751 commit 0a9e5794b21e2d1303759ff8fe5f9215db7757ba Author: Eric Dumazet Date: Thu Jan 26 11:21:30 2023 + xfrm: annotate data-race around use_time KCSAN reported multiple cpus can update use_time at the same

[Devel] [PATCH vz9 2/6] ms/xfrm: fix a data-race in xfrm_gen_index()

2025-03-11 Thread Konstantin Khorenko
From: Sabrina Dubroca JIRA: https://issues.redhat.com/browse/RHEL-31751 commit 3e4bc23926b83c3c67e5f61ae8571602754131a6 Author: Eric Dumazet Date: Fri Sep 8 18:13:59 2023 + xfrm: fix a data-race in xfrm_gen_index() xfrm_gen_index() mutual exclusion uses net->xfrm.xfrm_policy_loc

[Devel] [PATCH vz9 5/6] ms/net: skbuff: don't include to

2025-03-11 Thread Konstantin Khorenko
From: Sabrina Dubroca JIRA: https://issues.redhat.com/browse/RHEL-31751 Conflicts: context around #include in net/core/skbuff.c commit 75eaf63ea7afeafd026ffef03bdc69e31f10829b Author: Alexander Lobakin Date: Fri Aug 4 20:05:25 2023 +0200 net: skbuff: don't include to Currently, t

[Devel] [PATCH vz9 4/6] ms/xfrm: fix a data-race in xfrm_lookup_with_ifid()

2025-03-11 Thread Konstantin Khorenko
From: Sabrina Dubroca JIRA: https://issues.redhat.com/browse/RHEL-31751 commit de5724ca38fd5e442bae9c1fab31942b6544012d Author: Eric Dumazet Date: Wed Oct 11 10:24:29 2023 + xfrm: fix a data-race in xfrm_lookup_with_ifid() syzbot complains about a race in xfrm_lookup_with_ifid()

[Devel] [PATCH RHEL9 COMMIT] ms/xfrm: interface: use DEV_STATS_INC()

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit 62ac42c0bb9f589bda5042f1c610afe378bd388d Author: Sabrina Dubroca Date: Thu Apr 11 10:04:27 2024 +0200 ms/xfrm: inte

[Devel] [PATCH RHEL9 COMMIT] ms/xfrm: fix a data-race in xfrm_gen_index()

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit fc4a07295cdf335abfdd1a13646b6862c9ebc2d8 Author: Sabrina Dubroca Date: Thu Apr 11 10:04:27 2024 +0200 ms/xfrm: fix

[Devel] [PATCH RHEL9 COMMIT] ms/net: skbuff: don't include to

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit 7fc62078afccd5b99ea1a1a5090e8aa7ce274344 Author: Sabrina Dubroca Date: Thu Apr 11 10:04:27 2024 +0200 ms/net: skbuf

[Devel] [PATCH RHEL9 COMMIT] ms/xfrm: annotate data-race around use_time

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit e3a186b220eac01b476c6281d266174e5c29cc34 Author: Sabrina Dubroca Date: Thu Apr 11 10:04:27 2024 +0200 ms/xfrm: anno

[Devel] [PATCH RHEL9 COMMIT] ms/xfrm: fix a data-race in xfrm_lookup_with_ifid()

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit 02b59edf11b859ab70e8711ece7df6bee3ea2072 Author: Sabrina Dubroca Date: Thu Apr 11 10:04:27 2024 +0200 ms/xfrm: fix

[Devel] [PATCH RHEL9 COMMIT] ms/net: esp: fix bad handling of pages from page_pool

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit 4b9f03c19938b2ee14eeb9a218025e923ea3cbf1 Author: Sabrina Dubroca Date: Thu Apr 11 10:04:27 2024 +0200 ms/net: esp:

[Devel] [PATCH RHEL9 COMMIT] vhost/vsock: remove unused variable i in VHOST_RESET_OWNER ioctl

2025-03-11 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.19 --> commit 5720376e819e0208821e2624cf9e79c80ec7215a Author: Pavel Tikhomirov Date: Mon Mar 3 15:37:04 2025 +0800 vhost/vsock: