This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from ad32b4800c2b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new e16c2983fba0 x86/purgatory: Change compiler flags from -mcmodel=kernel [...]
new afa8b475c1ae x86/timer: Force PIT initialization when !X86_FEATURE_ARAT
new 95217783b7f6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
new a0eb9abd8af9 fork: block invalid exit signals with clone3()
new 98dcb386e5c3 Merge tag 'for-linus-20190912' of gitolite.kernel.org:pub/ [...]
new 505a8ec7e11a Revert "drm/i915/userptr: Acquire the page lock around set [...]
The 6 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:
arch/x86/kernel/apic/apic.c | 4 ++++
arch/x86/purgatory/Makefile | 35 ++++++++++++++++-------------
drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 10 +--------
kernel/fork.c | 10 +++++++++
4 files changed, 34 insertions(+), 25 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 llvm.
from 1f334071d09 [MIPS GlobalISel] Select indirect branch
new 8b2783e927c [ConstProp] allow folding for fma that produces 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:
include/llvm/ADT/APFloat.h | 5 +++++
lib/Analysis/ConstantFolding.cpp | 10 +++-------
test/Transforms/ConstProp/fma.ll | 37 ++++++++++++-------------------------
3 files changed, 20 insertions(+), 32 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 lldb.
from d1a6e6d80 [Reproducer] Move the command loader into the reproducer (NFC)
new f5e256479 [lldb] Remove duplicated breakpoint tests
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:
.../test/commands/breakpoint/basic/Makefile | 3 -
.../breakpoint/basic/TestBreakpointCommand.py | 285 ---------------------
.../basic/TestBreakpointCommandsFromPython.py | 99 -------
.../breakpoint/basic/TestRegexpBreakCommand.py | 71 -----
.../lldbsuite/test/commands/breakpoint/basic/a.c | 9 -
.../lldbsuite/test/commands/breakpoint/basic/b.c | 9 -
.../test/commands/breakpoint/basic/bktptcmd.py | 5 -
.../test/commands/breakpoint/basic/main.c | 16 --
.../test/commands/breakpoint/basic/side_effect.py | 5 -
9 files changed, 502 deletions(-)
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/Makefile
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBr [...]
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBr [...]
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/TestRe [...]
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/a.c
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/b.c
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/bktptcmd.py
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/main.c
delete mode 100644 packages/Python/lldbsuite/test/commands/breakpoint/basic/side_e [...]
--
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-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 0a4632b563 Re: Enhance the disassembler
adds 1ff5d5c463 Constify argument to make_tempname and make_tempdir
adds 64b2d4a0a4 Introduce bfd_set_filename
adds 67547d896b Change the type of copy_names from int to bool
adds 9cab7ecda2 Fix float to LONGEST conversion.
adds f48cd8368b Refactor get_init_files to use std::string
adds 9224a01377 Factor out the code to do the datadir-relocation for gdbinit
adds f2aec7f6d1 Make relocate_{path,gdb_directory} return std::string
adds 19d16d8789 Automatic date update in version.in
adds 7a28970742 Fix signals reported for faults on Solaris
new a19826f4c4 PR24981, Hit assertion failure in ld/ldlang.c:7504
new 0d41d9a2aa LOAD in linker map file
The 2 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:
bfd/ChangeLog | 5 ++
bfd/bfd-in2.h | 2 +
bfd/opncls.c | 20 +++++
bfd/version.h | 2 +-
binutils/ChangeLog | 6 ++
binutils/bucomm.c | 4 +-
binutils/bucomm.h | 4 +-
binutils/objcopy.c | 2 +-
gdb/ChangeLog | 64 +++++++++++++++
gdb/auto-load.c | 2 +-
gdb/dbxread.c | 18 ++---
gdb/defs.h | 8 +-
gdb/dwarf2read.c | 4 +-
gdb/guile/guile.c | 5 +-
gdb/jit.c | 4 +-
gdb/main.c | 219 +++++++++++++++++++++++++++-------------------------
gdb/mdebugread.c | 32 ++++----
gdb/procfs.c | 38 ++-------
gdb/psympriv.h | 2 +-
gdb/psymtab.c | 4 +-
gdb/python/python.c | 2 +-
gdb/solib-aix.c | 8 +-
gdb/solib-darwin.c | 3 +-
gdb/symfile-mem.c | 6 +-
gdb/symtab.c | 2 +-
gdb/symtab.h | 2 +-
gdb/target-float.c | 17 ++--
gdb/top.c | 2 +-
gdb/xcoffread.c | 18 ++---
gdb/xml-syscall.c | 7 +-
ld/ChangeLog | 10 +++
ld/ldlang.c | 9 +--
32 files changed, 310 insertions(+), 221 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e491efeff 2: update: binutils-gcc-linux: 17286
new 58f85f866 2: update: binutils-gcc-linux: 17286
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 (e491efeff)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 162 +-
02-prepare_abe/console.log | 330 +-
03-build_abe-binutils/console.log | 11328 +++++++-------
04-build_abe-stage1/console.log | 15574 ++++++++++----------
05-build_linux/console.log | 880 +-
08-update_baseline/console.log | 84 +-
console.log | 28358 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 28343 insertions(+), 28387 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_bmk
in repository toolchain/ci/interesting-commits.
from 1337925 Add commits from https://ci.linaro.org/job/tcwg_bmk-bisect-gn [...]
new cd3c9b1 Add commits from https://ci.linaro.org/job/tcwg_bmk-bisect-ll [...]
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:
binutils | 1 +
1 file changed, 1 insertion(+)
--
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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b4ff9f40f 2: update: llvm-9703f46fc1ba216e576c8ad044176749a7d10bb5: 18047
new 526a512fe 2: update: llvm-linux: 18047
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 (b4ff9f40f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 220 +-
02-build_llvm/console.log | 12092 +++++++++++++++++-----------------
03-build_linux/console.log | 888 +--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 70 +-
console.log | 13278 +++++++++++++++++++-------------------
jenkins/manifest.sh | 13 +-
7 files changed, 13449 insertions(+), 13120 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.