This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 2187f215ebaa Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/sc [...] adds add9d56d7b37 ALSA: pcm: Avoid possible info leaks from PCM stream buffers adds 377bc0cfabce ALSA: hda/ca0132 - Keep power on during processing DSP response adds cb04fc3b6b07 ALSA: hda/ca0132 - Avoid endless loop adds 42fb6b1d41eb ALSA: hda/ca0132 - Fix work handling in delayed HP detection adds 6fd739c04ffd ALSA: hda: Fix regression by strip mask fix adds 475feec0c41a ALSA: hda - Downgrade error message for single-cmd fallback adds bc094709de01 ASoC: rt5682: fix i2c arbitration lost issue adds 756ae8f237e1 ASoC: AMD: Enable clk in startup intead of hw_params adds b81eb73be03a ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump() adds 469b3ad672e2 ASoC: SOF: topology: Fix unload for SAI/ESAI adds fb3194413d1e ASoC: rt5677: Fix build error without CONFIG_SPI adds 2a0bda276c64 ASoC: wm8904: fix automatic sysclk configuration adds acb874a7c049 ASoC: max98090: remove msleep in PLL unlocked workaround adds 6f49919d1169 ASoC: max98090: exit workaround earlier if PLL is locked adds 45dfbf569759 ASoC: max98090: fix possible race conditions adds d5ee9108adac ASoC: Intel: sst: Add missing include <linux/io.h> adds 4bf2e385aa59 ASoC: core: Init pcm runtime work early to avoid warnings adds 7eccc05c7101 ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89 adds 9c9b65203492 ASoC: core: only flush inited work during free adds 76d270364932 ASoC: topology: Check return value for snd_soc_add_dai_link() adds a3039aef52d9 ASoC: topology: Check return value for soc_tplg_pcm_create() adds 5525cf07d15f ASoC: simple-card: Don't create separate link when platfor [...] adds 8edc95667646 ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning o [...] adds 6bb03c21e4bf ASoC: SOF: loader: fix snd_sof_fw_parse_ext_data adds f84337c3fb8f ASoC: SOF: Intel: split cht and byt debug window sizes adds 4e64ba3fd181 ASoC: Intel: common: work-around incorrect ACPI HID for CM [...] adds 556672d75ff4 ASoC: wm8962: fix lambda value adds 7c497d799267 Merge tag 'asoc-fix-v5.5-rc2' of https://git.kernel.org/pu [...] adds 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 new 505b308b6944 Merge branch 'pm-cpufreq' new 5f096c0ecd53 Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/lin [...] new d98c9e83b5e7 kasan: fix crashes on access to memory mapped by vm_map_ram() new be1db4753ee6 mm/memory.c: add apply_to_existing_page_range() helper new e218f1ca3971 kasan: use apply_to_existing_page_range() for releasing vm [...] new 253a496d8e57 kasan: don't assume percpu shadow allocations will succeed new 42a9a53bb394 mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG new 045f6d7942be lib/Kconfig.debug: fix some messed up configurations new 7e0165b2f1a9 Merge branch 'akpm' (patches from Andrew)
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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 + include/sound/soc.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 + sound/core/pcm_native.c | 4 + sound/hda/hdac_stream.c | 4 +- sound/pci/hda/hda_controller.c | 2 +- sound/pci/hda/patch_ca0132.c | 23 +++- sound/pci/hda/patch_hdmi.c | 2 + sound/soc/amd/acp-da7219-max98357a.c | 46 +++----- sound/soc/codecs/max98090.c | 30 +++-- sound/soc/codecs/max98090.h | 1 - sound/soc/codecs/rt5677-spi.h | 16 +++ sound/soc/codecs/rt5682.c | 2 + sound/soc/codecs/wm8904.c | 6 + sound/soc/codecs/wm8962.c | 4 +- sound/soc/generic/simple-card.c | 6 + sound/soc/intel/atom/sst/sst.c | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 8 +- sound/soc/intel/common/soc-acpi-intel-cml-match.c | 41 ++++--- sound/soc/soc-compress.c | 6 +- sound/soc/soc-core.c | 13 ++- sound/soc/soc-pcm.c | 11 +- sound/soc/soc-topology.c | 27 +++-- sound/soc/sof/intel/byt.c | 25 ++-- sound/soc/sof/loader.c | 7 +- sound/soc/sof/topology.c | 4 +- tools/testing/selftests/tpm2/test_smoke.sh | 6 + tools/testing/selftests/tpm2/tpm2.py | 19 ++- tools/testing/selftests/tpm2/tpm2_tests.py | 13 +++ 51 files changed, 555 insertions(+), 320 deletions(-)