This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64 in repository toolchain/ci/linux.
from ddec8ed2d490 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds eaa090538e8d drm/amd/pm: keep the BACO feature enabled for suspend adds 9a45ac2320d0 fbdev: fbmem: add a helper to determine if an aperture is [...] adds b95dc06af3e6 drm/amdgpu: disable runpm if we are the primary adapter adds 936a93775b7c Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab. [...] adds 7a6043cc2e86 Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesk [...] adds 597cb7968cb6 KVM: SEV: Mark nested locking of kvm->lock adds fffb53237807 KVM: x86: Check for rmaps allocation adds 24556728c305 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds c370baa32802 EDAC/i10nm: Release mdev/mbase when failing to detect HBM adds 494603e06b3c Merge tag 'edac_urgent_for_v5.16' of git://git.kernel.org/ [...] adds 46669e8616c6 md/raid1: fix missing bitmap update w/o WriteMostly devices adds 26bc4f019c10 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...] adds 35632d92ef2d Merge tag 'block-5.16-2022-01-07' of git://git.kernel.dk/l [...] adds 1756d7994ad8 cgroup: Use open-time credentials for process migraton per [...] adds 0d2b5955b362 cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv adds e57457641613 cgroup: Use open-time cgroup namespace for process migrati [...] adds b09c2baa5634 selftests: cgroup: Make cg_create() use 0755 for permissio [...] adds 613e040e4dc2 selftests: cgroup: Test open-time credential usage for mig [...] adds bf35a7879f1d selftests: cgroup: Test open-time cgroup namespace usage f [...] adds d1587f7bfe9a Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/ [...]
No new revisions were added by this update.
Summary of changes: arch/x86/kvm/debugfs.c | 3 + arch/x86/kvm/svm/sev.c | 2 +- drivers/edac/i10nm_base.c | 9 ++ drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 28 +++++ drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 + drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 8 +- drivers/md/raid1.c | 3 +- drivers/video/fbdev/core/fbmem.c | 47 ++++++++ include/linux/fb.h | 1 + kernel/cgroup/cgroup-internal.h | 19 +++ kernel/cgroup/cgroup-v1.c | 33 +++--- kernel/cgroup/cgroup.c | 88 +++++++++----- tools/testing/selftests/cgroup/cgroup_util.c | 2 +- tools/testing/selftests/cgroup/test_core.c | 165 +++++++++++++++++++++++++++ 15 files changed, 368 insertions(+), 47 deletions(-)