[Devel] [PATCH rh9 2/2] syslog: Virtualize timestamps in the data reported

2023-02-08 Thread Konstantin Khorenko
Internally log messages contain the timestamps relative to the Host boot time, while Container could start much later than the Host boots and the timestamps should be shifted accordingly. Otherwise syslog() syscall reports incorrect timestamps. Note: * time_ns->offsets.boottime is (ve_uptime - h

[Devel] [PATCH rh9 1/2] kmsg: Virtualize timestamps in /dev/ksmg output

2023-02-08 Thread Konstantin Khorenko
Internally log messages contain the timestamps relative to the Host boot time, while Container could start much later than the Host boots and the timestamps should be shifted accordingly. Otherwise "dmesg -H" reports data from the future. Note: * time_ns->offsets.boottime is (ve_uptime - host_up

[Devel] [PATCH rh9 v2] kmsg: Virtualize timestamps in /dev/ksmg output

2023-02-08 Thread Konstantin Khorenko
Internally log messages contain the timestamps relative to the Host boot time, while Container could start much later than the Host boots and the timestamps should be shifted accordingly. Otherwise "dmesg -H" reports data from the future. Note: * time_ns->offsets.boottime is (ve_uptime - host_up

[Devel] [PATCH RHEL9 COMMIT] mm: Memory cgroup page cache limit

2023-02-08 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-162.6.1.vz9.18.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-162.6.1.vz9.18.7 --> commit b8bc3dbf5e184d1cb16acb10eea25565db3580bf Author: Andrey Ryabinin Date: Fri Jan 20 14:39:32 2023 +0200 mm: Memory