[Devel] [PATCH VZ7] ubc: override siginfo beancounter limit

2024-06-21 Thread Pavel Tikhomirov
Do the same thing as is already done for rlimit for critical signals (sig < SIGRTMIN && (is_si_special || si_code != SI_USER)) - just ignore the limit and try to preserve siginfo. Signed-off-by: Pavel Tikhomirov --- include/bc/misc.h | 3 ++- kernel/bc/misc.c | 5 +++-- kernel/signal.c | 2 +-

[Devel] [PATCH VZ9] fs/fuse kio: advance the iov_iter in the kvec branch in do_recv_one_seg()

2024-06-21 Thread Liu Kui
iov_iter_advance() was removed from the caller due to fix to the bvec branch. However it is still needed to handle the kvec branch. Otherwise it will stuck there forever. Fixes: 48373aae01e17 ("fs/fuse kio: use iov_iter_get_pages2() + iov_iter_revert() scheme in do_recv_one_seg()") https://virtu

[Devel] [PATCH RHEL9 COMMIT] fs/fuse kio: advance the iov_iter in the kvec branch in do_recv_one_seg()

2024-06-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-425.vz9.60.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-425.vz9.60.6 --> commit 29cd7cfe36564ffa06c9e40abde8768fd2a66e83 Author: Liu Kui Date: Thu Jun 20 22:10:09 2024 +0800 fs/fuse kio: advance the io

[Devel] [PATCH RHEL7 COMMIT] ubc: override siginfo beancounter limit

2024-06-21 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.114.2.vz7.222.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.114.2.vz7.222.4 --> commit 3a39ae04bb58567af0b980f9f279e0da17387823 Author: Pavel Tikhomirov Date: Thu Jun 20 15:53:39 2024 +0800 ub