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-master-aarch64-mainline-allyesconfig in repository toolchain/ci/linux.
from 40e196a906d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net adds a08bf91ce28e KEYS: allow reaching the keys quotas exactly adds bb2ba2d75a2d assoc_array: Fix shortcut creation adds 822ad64d7e46 keys: Fix dependency loop between construction record and [...] adds 7c1857bdbdf1 keys: Timestamp new keys adds 1f5a018c5b15 Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/ [...] adds 6e9526852fad mtd: Use mtd->name when registering nvmem device adds 3e35730dd754 mtd: powernv_flash: Fix device registration error adds 7d9d592caf8c Merge tag 'mtd/fixes-for-5.0-rc8' of git://git.infradead.o [...] adds fa84667b98fd gpio: MT7621: use a per instance irq_chip structure adds af14b2c98adb gpio: pxa: avoid attempting to set pin direction via pinct [...] adds c828c2651b9a Merge tag 'gpio-v5.0-4' of git://git.kernel.org/pub/scm/li [...] adds a5a08c35d382 pinctrl: qcom: qcs404: Correct SDC tile adds c17abcfa93bf pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins adds fb83f15ef9dd Merge tag 'pinctrl-v5.0-3' of git://git.kernel.org/pub/scm [...] adds 7f665b1c3283 ALSA: hda/realtek - Headset microphone and internal speake [...] adds c8c6ee611926 ALSA: hda/realtek: Disable PC beep in passthrough on alc285 adds 323fb7b947b2 ASoC: samsung: i2s: Fix prescaler setting for the secondary DAI adds 304017d31df3 ASoC: topology: free created components in tplg load error adds 19dd0777773a ASoC: simple-card: fixup refcount_t underflow adds 268836649c07 Merge tag 'asoc-fix-v5.0-rc6' of git://git.kernel.org/pub/ [...] adds 2137397c92ae Merge tag 'sound-5.0' of git://git.kernel.org/pub/scm/linu [...] adds 0358affb5cd8 Documentation: change linux-4.x references to 5.x adds f6163d67cc31 Merge tag 'docs-5.0-fix' of git://git.lwn.net/linux adds a841c673f135 revert "initramfs: cleanup incomplete rootfs" adds 050c17f239fd numa: change get_mempolicy() to use nr_node_ids instead of [...] adds e1db95befb3e kasan: fix assigning tags twice adds 53128245b43d kasan, kmemleak: pass tagged pointers to kmemleak adds a2f775751d96 kmemleak: account for tagged pointers when calculating poi [...] adds a71012242837 kasan, slub: move kasan_poison_slab hook before page_address adds 18e506610238 kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED adds d36a63a943e3 kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_ [...] adds 338cfaad4993 slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS adds b2b469939e93 proc, oom: do not report alien mms when setting oom_score_adj adds 311ade0eab19 mm/debug.c: fix __dump_page() for poisoned pages adds 94b3334cbebe mm, page_alloc: fix a division by zero error when boosting [...] adds 6ea183d60c46 mm: handle lru_add_drain_all for UP properly adds 4e37504d1c49 psi: avoid divide-by-zero crash inside virtual machines adds 1062af920c07 tmpfs: fix link accounting when a tmpfile is linked in adds 3f41b6093823 kasan: fix random seed generation for tag-based mode adds dc15a8a2543c kasan: prevent tracing of tags.c adds 219667c23c68 kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY adds 51dedad06b5f kasan, slab: make freelist stored without tags adds 557ea25383a2 kasan, slab: remove redundant kasan_slab_alloc hooks adds 6373dca16c91 slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS adds 6c8fcc096be9 mm: don't let userspace spam allocations warnings adds 891cb2a72d82 mm, memory_hotplug: fix off-by-one in is_pageblock_removable adds 7c90325390c9 Merge branch 'akpm' (patches from Andrew) adds f54dada82746 arm64: fix SSBS sanitization adds 0738c8b5915c arm64/neon: Disable -Wincompatible-pointer-types when buil [...] adds 74698f6971f2 arm64: Relax GIC version check during early boot adds d6622d913a63 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 0fd3fd0a9bb0 libceph: handle an empty authorize reply adds 04242ff3ac0a ceph: avoid repeatedly adding inode to mdsc->snap_flush_list adds 8a61716ff2ab Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-client
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/README.rst | 32 +++--- Documentation/process/applying-patches.rst | 117 +++++++++++---------- .../translations/it_IT/admin-guide/README.rst | 2 +- arch/arm64/include/asm/neon-intrinsics.h | 4 + arch/arm64/kernel/head.S | 3 +- arch/arm64/kernel/ptrace.c | 15 +-- arch/arm64/kernel/setup.c | 3 + arch/arm64/mm/kasan_init.c | 2 - drivers/gpio/gpio-mt7621.c | 20 ++-- drivers/gpio/gpio-pxa.c | 1 + drivers/mtd/devices/powernv_flash.c | 2 +- drivers/mtd/mtdcore.c | 1 + drivers/pinctrl/meson/pinctrl-meson8b.c | 2 +- drivers/pinctrl/qcom/pinctrl-qcs404.c | 2 +- fs/ceph/snap.c | 3 +- fs/nfs/nfs4idmap.c | 31 +++--- fs/proc/base.c | 4 - include/keys/request_key_auth-type.h | 36 +++++++ include/linux/key-type.h | 22 ++-- init/initramfs.c | 6 +- kernel/sched/psi.c | 2 +- lib/assoc_array.c | 8 +- mm/debug.c | 4 +- mm/kasan/Makefile | 2 + mm/kasan/common.c | 29 ++--- mm/kasan/tags.c | 2 +- mm/kmemleak.c | 10 +- mm/memory_hotplug.c | 27 ++--- mm/mempolicy.c | 6 +- mm/page_alloc.c | 12 +++ mm/shmem.c | 10 +- mm/slab.c | 15 ++- mm/slab.h | 7 +- mm/slab_common.c | 3 +- mm/slub.c | 59 +++++++---- mm/swap.c | 17 +-- mm/util.c | 2 +- net/ceph/messenger.c | 15 +-- security/keys/internal.h | 13 +-- security/keys/key.c | 5 +- security/keys/keyctl.c | 1 + security/keys/process_keys.c | 1 + security/keys/request_key.c | 72 +++++-------- security/keys/request_key_auth.c | 16 +-- sound/pci/hda/patch_realtek.c | 42 +++++++- sound/soc/generic/simple-card.c | 2 +- sound/soc/samsung/i2s.c | 8 +- sound/soc/soc-topology.c | 8 +- 48 files changed, 421 insertions(+), 285 deletions(-) create mode 100644 include/keys/request_key_auth-type.h