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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3d82caac 0: update: llvm-linux: all
new 9a6fb457 0: update: llvm-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3d82caac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 205 +-
02-build_llvm/console.log | 12620 ++++++++++++++++++-----------------
03-build_linux/console.log | 834 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13673 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13666 insertions(+), 13688 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from dca132a60f22 Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/ [...]
new fd1d98650ac0 MAINTAINERS: csky: Add mailing list for csky
new 2f78c73f78c3 csky: Initial stack protector support
new f525bb2c9e7c csky: Tightly-Coupled Memory or Sram support
new f136008f31e9 csky: Separate fixaddr_init from highmem
new 7f4a567332f0 csky/mm: Fixup export invalid_pte_table symbol
new f8e17c17b810 csky: Set regs->usp to kernel sp, when the exception is fr [...]
new c9492737b25c csky/smp: Fixup boot failed when CONFIG_SMP
new a736fa1ed772 csky/Kconfig: Add Kconfig.platforms to support some drivers
new 761b4f694cb9 csky: Support icache flush without specific instructions
new a1176734132c csky: Remove unnecessary flush_icache_* implementation
new d936a7e708dc csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)
new cc1f6563a92c csky: Optimize abiv2 copy_to_user_page with VM_EXEC
new 997153b9a75c csky: Add flush_icache_mm to defer flush icache all
new 359ae00d1258 csky: Fixup ftrace modify panic
new 9025fd48a8ae csky: Remove unused cache implementation
new 2305f60b7611 csky: Fixup compile warning for three unimplemented syscalls
new bebd26ab6236 arch/csky: fix some Kconfig typos
new 4ec575b78521 csky: Cleanup old Kconfig options
new d46869aaab79 csky: Add setup_initrd check code
new dc2efc0028dd csky: Minimize defconfig to support buildroot config.fragment
new 5b49c82dadfe csky: Add PCI support
new 0b9f386c4be6 csky: Implement copy_thread_tls
new 99db590b083f csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>
new c6188dff33fb Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-s [...]
new 35df4299a648 ext4: fix a data race in EXT4_I(inode)->i_disksize
new 9424ef56e13a ext4: add cond_resched() to __ext4_find_entry()
new 1d0c3924a92e ext4: fix potential race between online resizing and write [...]
new df3da4ea5a0f ext4: fix potential race between s_group_info online resiz [...]
new 7c990728b99e ext4: fix potential race between s_flex_groups online resi [...]
new bbd55937de8f ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
new cb85f4d23f79 ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
new 8eedabfd66b6 jbd2: fix ocfs2 corrupt when clearing block group bits
new 9db176bceb5c ext4: fix mount failure with quota configured as module
new a3163ca03f99 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
new 81f7eb00ff5b btrfs: destroy qgroup extent records on transaction abort
new 315bf8ef914f btrfs: reset fs_root to NULL on error in open_ctree
new 1e90315149f3 btrfs: do not check delayed items are empty for single tra [...]
new bd727173e443 btrfs: handle logged extent failure properly
new b778cf962d71 btrfs: fix bytes_may_use underflow in prealloc error condtition
new e75fd33b3f74 Btrfs: fix btrfs_wait_ordered_range() so that it waits for [...]
new a5ae50dea911 Btrfs: fix deadlock during fast fsync when logging preallo [...]
new d2eee25858f2 Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/sc [...]
The 42 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 +
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 +++++++++++++++++++++++++++++++++
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 +-
51 files changed, 963 insertions(+), 282 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-stable-allnoconfig
in repository toolchain/ci/gcc.
from c080a6fb6f0 Use au->lock exclusively for locking in async I/O.
adds 6900c1ec9a3 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards dd2bb46b 0: update: binutils-gcc-linux: boot
new fdbbc287 0: update: binutils-gcc-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (dd2bb46b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 50 +-
03-build_abe-binutils/console.log | 11181 ++++++++--------
04-build_abe-stage1/console.log | 13699 ++++++++++---------
05-build_linux/console.log | 796 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 25864 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 25846 insertions(+), 25890 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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/base-artifacts.
discards 4a43fdd5 0: update: llvm-linux: boot
new 2e33ce1b 0: update: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4a43fdd5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 12666 ++++++++++++++++++-----------------
03-build_linux/console.log | 742 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 29 +
console.log | 13609 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13640 insertions(+), 13586 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-arm-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from e48849a2404 [libcxx] [test] Suppress MSVC++ warning 4640 under /Zc:thre [...]
adds 7b44f0428af Add a llvm::shuffle and use it in lld
adds 56eb15a1c71 [Sema] Fix pointer-to-int-cast diagnostic for _Bool
adds 81726894d3c [ORC] Add errors for missing and extraneous symbol definitions.
adds 1df947ab403 [ORC] Update LLJIT to automatically run specially named ini [...]
adds e7a184fc7c0 [X86] Use movlps for i64 atomic stores on 32-targets with sse1.
adds bdb1729c834 [X86] Teach EltsFromConsecutiveLoads that it's ok to form a [...]
adds 84cd968f75b [X86] Add AddToWorklist(N) after calls to SimplifyDemandedB [...]
adds 57923617181 [X86] Add sse2 command lines to sse-intrinsics-fast-isel.ll.
adds 21316f6f928 [NFC] Test commit access. Drop trivial braces.
adds 98ac6e76960 [NFC] fix test nan value
adds 7d3f8b1e2dc [clangd] Debounce rebuilds responsively to rebuild times.
adds a2ce807eb72 [clangd] Reapply b60896fad926 Fall back to selecting token- [...]
adds b4b9706d5da Revert "[clangd] Reapply b60896fad926 Fall back to selectin [...]
adds af69d5e10eb [DSE] Track overlapping stores.
new a253a2a793c [SDAG] fold fsub -0.0, undef to undef rather than NaN
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:
clang-tools-extra/clangd/ClangdServer.h | 7 +-
clang/lib/Sema/SemaCast.cpp | 3 +-
clang/test/Sema/MicrosoftExtensions.c | 2 +-
clang/test/Sema/cast.c | 8 +-
clang/test/SemaCXX/cstyle-cast.cpp | 5 +
lld/ELF/Writer.cpp | 2 +-
lld/test/ELF/shuffle-sections-init-fini.s | 11 +-
lld/test/ELF/shuffle-sections.s | 10 +-
llvm/include/llvm/ADT/STLExtras.h | 10 ++
llvm/include/llvm/ExecutionEngine/Orc/Core.h | 38 ++++++
llvm/include/llvm/ExecutionEngine/Orc/OrcError.h | 4 +-
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 +-
.../ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 36 ++++-
llvm/lib/ExecutionEngine/Orc/Core.cpp | 20 +++
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp | 27 +++-
.../lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp | 30 +++++
llvm/lib/ExecutionEngine/OrcError/OrcError.cpp | 4 +
llvm/lib/Target/X86/X86ISelLowering.cpp | 61 +++++++--
.../lib/Transforms/Scalar/DeadStoreElimination.cpp | 16 ++-
llvm/test/CodeGen/X86/atomic-fp.ll | 145 +++++++--------------
llvm/test/CodeGen/X86/atomic-non-integer.ll | 51 ++------
.../CodeGen/X86/merge-consecutive-loads-128.ll | 29 ++---
llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 143 +++++++++++++-------
llvm/test/CodeGen/X86/vec_fneg.ll | 2 -
.../OrcLazy/static-initializers-in-objectfiles.ll | 28 ++++
.../MSSA/OverwriteStoreBegin.ll | 1 -
.../DeadStoreElimination/MSSA/OverwriteStoreEnd.ll | 1 -
.../MSSA/memset-missing-debugloc.ll | 1 -
.../DeadStoreElimination/MSSA/multiblock-loops.ll | 1 -
.../MSSA/multiblock-memintrinsics.ll | 3 +-
llvm/test/Transforms/InstCombine/fneg.ll | 16 +--
llvm/tools/lli/lli.cpp | 98 ++++++++++----
mlir/tools/mlir-vulkan-runner/VulkanRuntime.cpp | 3 +-
33 files changed, 535 insertions(+), 288 deletions(-)
create mode 100644 llvm/test/ExecutionEngine/OrcLazy/static-initializers-in-object [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1350c974 0: update: llvm-linux: 16
new bb165b91 0: update: llvm-linux: 16
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1350c974)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 130 +-
02-build_llvm/console.log | 12664 +++++++++++++++++------------------
03-build_linux/console.log | 848 +--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13676 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13685 insertions(+), 13653 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-stable-allyesconfig
in repository toolchain/ci/gcc.
from d6f420d9812 Honor --disable-dependency-tracking in libatomic
adds 6cd5024c864 c++: Use %qs in diagnostic message [PR93882]
adds 128ff73d7c5 libatomic: Fix last change [PR55930]
adds cd6016713aa Daily bump.
adds 61c8d9e4e5f Patch for PR57710
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/decl.c | 2 +-
gcc/fortran/trans-array.c | 26 ++++++++++++++++++++++++--
gcc/testsuite/gfortran.dg/same_type_as_3.f03 | 27 +++++++++++++++++++++++++++
libatomic/ChangeLog | 7 +++++++
libatomic/Makefile.am | 2 +-
libatomic/Makefile.in | 2 +-
8 files changed, 67 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/same_type_as_3.f03
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.