This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 80a0c2e511a9 Merge tag 'sound-5.5-rc3' of git://git.kernel.org/pub/scm/ [...] adds 601f0093f264 KEYS: remove CONFIG_KEYS_COMPAT adds bea37414453e KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails adds 21df4a8b6018 tpm_tis: reserve chip for duration of tpm_tis_core_init adds 45477b3fe3d1 security: keys: trusted: fix lost handle flush adds d23d12484307 tpm: fix invalid locking in NONBLOCKING mode adds 8f84bddcfac9 tpm: selftest: add test covering async mode adds a9920d3bad40 tpm: selftest: cleanup after unseal with wrong auth/policy test adds 1760eb689ed6 tpm/tpm_ftpm_tee: add shutdown call back adds 4a94c4332334 Merge tag 'tpmdd-next-20191219' of git://git.infradead.org [...] adds 85572c2c4a45 cpufreq: Avoid leaving stale IRQ work items during CPU offline adds 505b308b6944 Merge branch 'pm-cpufreq' adds 5f096c0ecd53 Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/lin [...] adds d98c9e83b5e7 kasan: fix crashes on access to memory mapped by vm_map_ram() adds be1db4753ee6 mm/memory.c: add apply_to_existing_page_range() helper adds e218f1ca3971 kasan: use apply_to_existing_page_range() for releasing vm [...] adds 253a496d8e57 kasan: don't assume percpu shadow allocations will succeed adds 42a9a53bb394 mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG adds 045f6d7942be lib/Kconfig.debug: fix some messed up configurations adds 7e0165b2f1a9 Merge branch 'akpm' (patches from Andrew)
No new revisions were added by this update.
Summary of changes: crypto/asymmetric_keys/asym_tpm.c | 1 + crypto/asymmetric_keys/public_key.c | 1 + drivers/char/tpm/tpm-dev-common.c | 8 ++ drivers/char/tpm/tpm.h | 1 - drivers/char/tpm/tpm2-cmd.c | 1 + drivers/char/tpm/tpm_ftpm_tee.c | 22 ++++- drivers/char/tpm/tpm_tis_core.c | 35 ++++---- include/linux/cpufreq.h | 11 --- include/linux/kasan.h | 15 ++-- include/linux/mm.h | 3 + include/linux/sched/cpufreq.h | 3 + include/linux/tpm.h | 1 + kernel/sched/cpufreq.c | 18 ++++ kernel/sched/cpufreq_schedutil.c | 8 +- lib/Kconfig.debug | 100 ++++++++++----------- mm/kasan/common.c | 36 +++++--- mm/memory.c | 136 ++++++++++++++++++++--------- mm/vmalloc.c | 129 ++++++++++++++++----------- mm/vmscan.c | 2 +- security/keys/Kconfig | 4 - security/keys/Makefile | 2 +- security/keys/compat.c | 5 -- security/keys/internal.h | 4 +- security/keys/trusted-keys/trusted_tpm2.c | 1 + tools/testing/selftests/tpm2/test_smoke.sh | 6 ++ tools/testing/selftests/tpm2/tpm2.py | 19 +++- tools/testing/selftests/tpm2/tpm2_tests.py | 13 +++ 27 files changed, 370 insertions(+), 215 deletions(-)