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-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 02dc96ef6c25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net adds 34c0989c0531 iommu/amd: Fix pages leak in free_pagetable() adds 6ccb72f8374e iommu/amd: Fix downgrading default page-sizes in alloc_pte() adds 7f1f1683c1e2 iommu/amd: Introduce first_pte_l7() helper adds cc449541f2a8 iommu/amd: Unmap all L7 PTEs when downgrading page-sizes adds 0b15e02f0cc4 iommu/amd: Wait for completion of IOTLB flush in attach_device adds f15d9a992f90 iommu/amd: Remove domain->updated adds 3a11905b69eb iommu/amd: Remove amd_iommu_devtable_lock adds f6c0bfce271b iommu/amd: Take domain->lock for complete attach/detach path adds 45e528d9c479 iommu/amd: Check for busy devices earlier in attach_device() adds ab7b2577f0d1 iommu/amd: Lock dev_data in attach/detach code paths adds 2a78f9962565 iommu/amd: Lock code paths traversing protection_domain->dev_list adds 4d2af08ed08c Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pu [...] adds 127068abe85b i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 adds a71e2ac1f320 i2c: riic: Clear NACK in tend isr adds fd4b204a0971 i2c: i801: Bring back Block Process Call support for certa [...] adds 11af27f49408 i2c: slave-eeprom: Add read only mode adds 9ecb3e10a9f2 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...] adds dd89d82e7514 thermal: thermal_mmio: remove some dead code adds cb063a83ca32 thermal: db8500: Finalize device tree conversion adds 3de9e4dff889 thermal: db8500: Use dev helper variable adds 6c375eccded4 thermal: db8500: Rewrite to be a pure OF sensor adds 939ca9f1751d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds a6f197f889ce powerpc/book3s64: Export has_transparent_hugepage() relate [...] adds f537669978a7 libnvdimm/dax: Pick the right alignment default when creat [...] adds 86aa66687442 libnvdimm: Fix endian conversion issues adds cf387d9644d8 libnvdimm/altmap: Track namespace boundaries in altmap adds 59f08896f058 libnvdimm/nfit_test: Fix acpi_handle redefinition adds c42adf87e4e7 libnvdimm/region: Initialize bad block for volatile namespaces adds 674f31a352da libnvdimm: prevent nvdimm from requesting key when securit [...] adds 4c806b897d60 libnvdimm/region: Enable MAP_SYNC for volatile regions adds a3c0e7b1fe1f Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.or [...] new 50ee7529ec45 random: try to actively add entropy rather than passively [...] new 02f03c4206c1 Revert "Revert "ext4: make __ext4_get_inode_loc plug"" new 3f2dc2798b81 Merge branch 'entropy' adds 7e7db86c7e10 smb3: allow decryption keys to be dumped by admin for debugging adds d2f15428d6a0 smb3: fix leak in "open on server" perf counter adds 388962e8e9ce fs/cifs/smb2pdu.c: Make SMB2_notify_init static adds 8559ad8e8918 fs/cifs/sess.c: Remove set but not used variable 'capabilities' adds 63d37fb4ce5a CIFS: fix max ea value size adds 131ea1ed3322 smb3: Add missing reparse tags adds c3ca78e21744 smb3: pass mode bits into create calls new ff3ee62a5586 smb3: missing ACL related flags new a016e2794fc3 CIFS: Fix oplock handling for SMB 2.1+ protocols new 7edee5229c8f Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfren [...] adds a92c7ba982e3 fs/handle.c - fix up kerneldoc adds 473ef57ad8ed afs dynroot: switch to simple_dir_operations new 1eb80d6ffb17 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] adds 38c7a30a9d5f Documentation/process: Volunteer as the ambassador for Intel new dc925a36060e Documentation/process: Clarify disclosure rules new 97f9a3c4eee5 Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/ [...]
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: .../process/embargoed-hardware-issues.rst | 42 +- arch/powerpc/include/asm/book3s/64/radix.h | 8 +- arch/powerpc/mm/book3s64/hash_pgtable.c | 2 + arch/powerpc/mm/book3s64/radix_pgtable.c | 7 - arch/powerpc/mm/init_64.c | 17 +- drivers/char/random.c | 62 ++- drivers/i2c/busses/i2c-i801.c | 1 + drivers/i2c/busses/i2c-qcom-geni.c | 12 +- drivers/i2c/busses/i2c-riic.c | 1 + drivers/i2c/i2c-slave-eeprom.c | 14 +- drivers/iommu/amd_iommu.c | 229 ++++++---- drivers/iommu/amd_iommu_types.h | 4 +- drivers/mfd/db8500-prcmu.c | 53 +-- drivers/nvdimm/btt.c | 8 +- drivers/nvdimm/bus.c | 2 +- drivers/nvdimm/namespace_devs.c | 7 +- drivers/nvdimm/nd.h | 6 +- drivers/nvdimm/pfn_devs.c | 77 +++- drivers/nvdimm/region.c | 4 +- drivers/nvdimm/region_devs.c | 7 +- drivers/nvdimm/security.c | 4 + drivers/thermal/Kconfig | 2 +- drivers/thermal/db8500_thermal.c | 486 +++++---------------- drivers/thermal/thermal_mmio.c | 7 - fs/afs/dynroot.c | 7 - fs/afs/inode.c | 2 +- fs/afs/internal.h | 1 - fs/cifs/cifs_ioctl.h | 9 + fs/cifs/cifsacl.h | 81 +++- fs/cifs/cifsglob.h | 6 +- fs/cifs/cifsproto.h | 3 +- fs/cifs/cifssmb.c | 3 +- fs/cifs/inode.c | 3 +- fs/cifs/ioctl.c | 29 ++ fs/cifs/sess.c | 3 +- fs/cifs/smb2inode.c | 34 +- fs/cifs/smb2ops.c | 10 + fs/cifs/smb2pdu.c | 23 +- fs/cifs/smb2proto.h | 3 +- fs/cifs/smbfsctl.h | 11 + fs/cifs/xattr.c | 2 +- fs/ext4/inode.c | 3 + fs/fhandle.c | 2 +- include/linux/huge_mm.h | 7 +- include/linux/memremap.h | 1 + include/linux/platform_data/db8500_thermal.h | 29 -- tools/testing/nvdimm/test/nfit_test.h | 4 +- 47 files changed, 678 insertions(+), 660 deletions(-) delete mode 100644 include/linux/platform_data/db8500_thermal.h