[Devel] [PATCH RHEL7 COMMIT] Revert "ms/x86/unwind: Disable KASAN checks for non-current tasks"

2023-08-30 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.95.1.vz7.210.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.95.1.vz7.210.2 --> commit e8bfbd4923dc1817d93999cba35d41f9389e31dc Author: Konstantin Khorenko Date: Mon Aug 28 19:51:18 2023 +0300 R

[Devel] [PATCH RHEL7 COMMIT] Revert "ms/sched/x86: Add 'struct inactive_task_frame' to better document the sleeping task stack frame"

2023-08-30 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.95.1.vz7.210.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.95.1.vz7.210.2 --> commit 506593e939fdce795db7068017e825fa7f74e6f2 Author: Konstantin Khorenko Date: Mon Aug 28 19:52:29 2023 +0300 R

[Devel] [PATCH RHEL7 COMMIT] ms/x86/unwind: Disable KASAN checks for non-current tasks

2023-08-30 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.95.1.vz7.210.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.95.1.vz7.210.2 --> commit 6d89da59786450975b3dafd5977423bd4898cc6b Author: Josh Poimboeuf Date: Mon Jan 9 12:00:23 2017 -0600 ms/x86/

[Devel] [PATCH vz7 v2] ploop: silence lockdep warning in setting discard_granularity via sysfs

2023-08-30 Thread Alexander Atanasov
Lockdep reports circular lock dependency here &p->lock --> &plo->ctl_mutex --> sb_writers. this is only triggered by trinity and it did not happen in real world for the last 10 years. fixing it at this stage is not feasible since it could break so many things. So take the safe route and just disabl