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-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 0a115e5f23b9 Merge tag 'zonefs-5.6-rc3' of git://git.kernel.org/pub/scm [...] adds df6d4f9db79c x86/boot/compressed: Don't declare __force_order in kaslr_64.c adds 21b5ee59ef18 x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF adds fca1037864a9 Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/ [...] adds cba6437a1854 genirq/proc: Reject invalid affinity masks (again) adds 2546287c5fb3 genirq/irqdomain: Make sure all irq domain flags are distinct adds f3cc24942e95 Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/ [...] adds 6e5cf31fbe65 x86/mce/amd: Publish the bank pointer only after setup has [...] adds 51dede9c05df x86/mce/amd: Fix kobject lifetime adds dca132a60f22 Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/ [...] adds fd1d98650ac0 MAINTAINERS: csky: Add mailing list for csky adds 2f78c73f78c3 csky: Initial stack protector support adds f525bb2c9e7c csky: Tightly-Coupled Memory or Sram support adds f136008f31e9 csky: Separate fixaddr_init from highmem adds 7f4a567332f0 csky/mm: Fixup export invalid_pte_table symbol adds f8e17c17b810 csky: Set regs->usp to kernel sp, when the exception is fr [...] adds c9492737b25c csky/smp: Fixup boot failed when CONFIG_SMP adds a736fa1ed772 csky/Kconfig: Add Kconfig.platforms to support some drivers adds 761b4f694cb9 csky: Support icache flush without specific instructions adds a1176734132c csky: Remove unnecessary flush_icache_* implementation adds d936a7e708dc csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860) adds cc1f6563a92c csky: Optimize abiv2 copy_to_user_page with VM_EXEC adds 997153b9a75c csky: Add flush_icache_mm to defer flush icache all adds 359ae00d1258 csky: Fixup ftrace modify panic adds 9025fd48a8ae csky: Remove unused cache implementation adds 2305f60b7611 csky: Fixup compile warning for three unimplemented syscalls adds bebd26ab6236 arch/csky: fix some Kconfig typos adds 4ec575b78521 csky: Cleanup old Kconfig options adds d46869aaab79 csky: Add setup_initrd check code adds dc2efc0028dd csky: Minimize defconfig to support buildroot config.fragment adds 5b49c82dadfe csky: Add PCI support adds 0b9f386c4be6 csky: Implement copy_thread_tls adds 99db590b083f csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> adds c6188dff33fb Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-s [...] adds 35df4299a648 ext4: fix a data race in EXT4_I(inode)->i_disksize adds 9424ef56e13a ext4: add cond_resched() to __ext4_find_entry() adds 1d0c3924a92e ext4: fix potential race between online resizing and write [...] adds df3da4ea5a0f ext4: fix potential race between s_group_info online resiz [...] adds 7c990728b99e ext4: fix potential race between s_flex_groups online resi [...] adds bbd55937de8f ext4: rename s_journal_flag_rwsem to s_writepages_rwsem adds cb85f4d23f79 ext4: fix race between writepages and enabling EXT4_EXTENTS_FL adds 8eedabfd66b6 jbd2: fix ocfs2 corrupt when clearing block group bits adds 9db176bceb5c ext4: fix mount failure with quota configured as module adds a3163ca03f99 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...] adds 81f7eb00ff5b btrfs: destroy qgroup extent records on transaction abort adds 315bf8ef914f btrfs: reset fs_root to NULL on error in open_ctree adds 1e90315149f3 btrfs: do not check delayed items are empty for single tra [...] adds bd727173e443 btrfs: handle logged extent failure properly adds b778cf962d71 btrfs: fix bytes_may_use underflow in prealloc error condtition adds e75fd33b3f74 Btrfs: fix btrfs_wait_ordered_range() so that it waits for [...] adds a5ae50dea911 Btrfs: fix deadlock during fast fsync when logging preallo [...] adds d2eee25858f2 Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/sc [...] new f8788d86ab28 Linux 5.6-rc3
The 1 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: MAINTAINERS | 1 + Makefile | 2 +- arch/csky/Kconfig | 51 +++++++++- arch/csky/Kconfig.platforms | 9 ++ arch/csky/abiv1/inc/abi/cacheflush.h | 5 +- arch/csky/abiv1/inc/abi/entry.h | 19 +++- arch/csky/abiv2/cacheflush.c | 84 +++++++++++----- arch/csky/abiv2/inc/abi/cacheflush.h | 33 ++++--- arch/csky/abiv2/inc/abi/entry.h | 11 +++ arch/csky/configs/defconfig | 8 -- arch/csky/include/asm/Kbuild | 1 - arch/csky/include/asm/cache.h | 1 + arch/csky/include/asm/cacheflush.h | 1 + arch/csky/include/asm/fixmap.h | 9 +- arch/csky/include/asm/memory.h | 25 +++++ arch/csky/include/asm/mmu.h | 1 + arch/csky/include/asm/mmu_context.h | 2 + arch/csky/include/asm/pci.h | 34 +++++++ arch/csky/include/asm/pgtable.h | 6 +- arch/csky/include/asm/stackprotector.h | 29 ++++++ arch/csky/include/asm/tcm.h | 24 +++++ arch/csky/include/uapi/asm/unistd.h | 3 + arch/csky/kernel/atomic.S | 8 +- arch/csky/kernel/process.c | 13 ++- arch/csky/kernel/setup.c | 5 +- arch/csky/kernel/smp.c | 2 +- arch/csky/kernel/time.c | 2 +- arch/csky/kernel/vmlinux.lds.S | 49 ++++++++++ arch/csky/mm/Makefile | 3 + arch/csky/mm/cachev1.c | 5 + arch/csky/mm/cachev2.c | 45 +++++---- arch/csky/mm/highmem.c | 64 +------------ arch/csky/mm/init.c | 92 ++++++++++++++++++ arch/csky/mm/syscache.c | 13 +-- arch/csky/mm/tcm.c | 169 +++++++++++++++++++++++++++++++++ arch/x86/boot/compressed/kaslr_64.c | 3 - arch/x86/include/asm/msr-index.h | 2 + arch/x86/kernel/cpu/amd.c | 14 +++ arch/x86/kernel/cpu/mce/amd.c | 50 +++++----- fs/btrfs/disk-io.c | 3 +- fs/btrfs/extent-tree.c | 2 + fs/btrfs/inode.c | 26 +++-- fs/btrfs/ordered-data.c | 7 +- fs/btrfs/qgroup.c | 13 +++ fs/btrfs/qgroup.h | 1 + fs/btrfs/transaction.c | 2 + fs/ext4/balloc.c | 14 ++- fs/ext4/ext4.h | 39 ++++++-- fs/ext4/ialloc.c | 23 +++-- fs/ext4/inode.c | 16 ++-- fs/ext4/mballoc.c | 61 ++++++++---- fs/ext4/migrate.c | 27 ++++-- fs/ext4/namei.c | 1 + fs/ext4/resize.c | 62 +++++++++--- fs/ext4/super.c | 113 +++++++++++++++------- fs/jbd2/transaction.c | 8 +- include/linux/irqdomain.h | 2 +- kernel/irq/internals.h | 2 - kernel/irq/manage.c | 18 +--- kernel/irq/proc.c | 22 +++++ 60 files changed, 1032 insertions(+), 328 deletions(-) create mode 100644 arch/csky/Kconfig.platforms create mode 100644 arch/csky/include/asm/memory.h create mode 100644 arch/csky/include/asm/pci.h create mode 100644 arch/csky/include/asm/stackprotector.h create mode 100644 arch/csky/include/asm/tcm.h create mode 100644 arch/csky/mm/tcm.c