On 2022-08-08 14:55:52 [+0200], David Oberhollenzer wrote: > This is a backport of Sebastian's MEMCG changes to v5.15. With these > patches applied, it is possible to use memory cgroups together > with PREEMPT_RT on v5.15, just like on v5.17. > > The patch set was tested on my end by building an x86_64 kernel > with PREEMPT_RT, cgroup debug and lockdep enabled. The kernel was > run in Qemu, where a small number of child cgroups were created, > with memory controller enabled for each and an instance of a small > test program running. This looks good, thank you. Sebastian