This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 39bc9e010 Add testing infrastructure to check if gdb is available for testing.
new 8b2db2647 [libcxx] Codesign test executables if necessary
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/libcxx/strings/basic.string/PR42676.sh.cpp | 2 +-
test/lit.site.cfg.in | 3 ++
utils/libcxx/compiler.py | 30 +++++++++++++++----
utils/libcxx/test/config.py | 18 +++++++++---
utils/run.py | 38 +++++++++++++++++++++++++
5 files changed, 80 insertions(+), 11 deletions(-)
create mode 100644 utils/run.py
--
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 3b47fd5ca9ea Merge tag 'nfs-for-5.3-4' of git://git.linux-nfs.org/proje [...]
new 52d083472e0b clang-format: Update with the latest for_each macro list
new 13133f933ac4 Merge tag 'clang-format-for-linus-v5.3-rc8' of git://githu [...]
new 5e2d2cc2588b sched/fair: Don't assign runtime for throttled cfs_rq
new 1251201c0d34 sched/core: Fix uclamp ABI bug, clean up and robustify sch [...]
new 262f7eeddc85 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...]
new 29d9a0b50736 x86/boot: Preserve boot_params.secure_boot from sanitizing
new 9b8bd476e78e x86/uaccess: Don't leak the AC flags into __get_user() arg [...]
new 4030b4c585c4 x86/hyper-v: Fix overflow bug in fill_gva_list()
new 19e4147a04a4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
new 333f31436d3d ALSA: hda - Fix potential endless loop at applying quirks
new 89781d0806c2 ALSA: hda/realtek - Fix overridden device-specific initialization
new d33cd42d8667 ALSA: hda/realtek - Add quirk for HP Pavilion 15
new 60083f9e94b2 ALSA: hda/realtek - Enable internal speaker & headset mic [...]
new 2a36c16efab2 ALSA: hda/realtek - Fix the problem of two front mics on a [...]
new a3f5e1f57839 Merge tag 'sound-5.3-rc8' of git://git.kernel.org/pub/scm/ [...]
The 15 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-format | 17 ++++++--
arch/x86/hyperv/mmu.c | 8 ++--
arch/x86/include/asm/bootparam_utils.h | 1 +
arch/x86/include/asm/uaccess.h | 4 +-
kernel/sched/core.c | 78 +++++++++++++++++-----------------
kernel/sched/fair.c | 5 +++
sound/pci/hda/hda_auto_parser.c | 4 +-
sound/pci/hda/hda_generic.c | 3 +-
sound/pci/hda/hda_generic.h | 1 +
sound/pci/hda/patch_realtek.c | 17 ++++++++
10 files changed, 89 insertions(+), 49 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-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 647cda17 0: update: llvm-linux: all
new 233da82c 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 (647cda17)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 70 +-
02-build_llvm/console.log | 12081 +++++++++++++++---------------
03-build_linux/console.log | 3070 ++++----
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 15243 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 15248 insertions(+), 15246 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-release-aarch64-next-allyesconfig
in repository toolchain/ci/gcc.
from 8ba5c53ded9 [AArch64] Fix PR81800
adds e70bee1e0c7 Daily bump.
adds 9173e39d1c4 2019-09-05 Steven G. Kargl <kargl(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 25 ++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 ++--
gcc/testsuite/gfortran.dg/pr91660_1.f90 | 9 +++++++++
gcc/testsuite/gfortran.dg/pr91660_2.f90 | 9 +++++++++
7 files changed, 54 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91660_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr91660_2.f90
--
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-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from decfa2f08c Automatic date update in version.in
adds 6644bbedcc Automatic date update in version.in
adds 6f7a292207 Fix PR ld/24574
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++++
ld/pe-dll.c | 5 +++++
3 files changed, 12 insertions(+), 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 86785b2a 2: update: binutils-gcc-linux: 17286
new 1c1ec4bf 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 (86785b2a)
\
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 | 176 +-
02-prepare_abe/console.log | 180 +-
03-build_abe-binutils/console.log | 10939 +++++++--------
04-build_abe-stage1/console.log | 13882 +++++++++----------
05-build_linux/console.log | 694 +-
07-check_regression/console.log | 14 +-
08-update_baseline/console.log | 54 +-
console.log | 25939 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
9 files changed, 25954 insertions(+), 25936 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-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b83a0b09 0: update: binutils-de07a745805b28ed2c973635752719c4a6a32b1d: all
new 0325366f 0: update: linux-3b47fd5ca9ead91156bcdf6435279ad0b14a650c: 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 (b83a0b09)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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-prepare_abe/console.log | 54 +-
03-build_abe-binutils/console.log | 10202 ++++++------
04-build_abe-stage1/console.log | 19072 +++++++++++------------
05-build_linux/console.log | 543 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 30099 ++++++++++++++++++------------------
jenkins/manifest.sh | 6 +-
10 files changed, 29850 insertions(+), 30364 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 db80ca313b5 gn build: Merge r371121
new 11019912367 [GSYM][NFC] Fixed -Wdocumentation warning
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:
lib/DebugInfo/GSYM/InlineInfo.cpp | 1 -
1 file changed, 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.
unknown user pushed a change to branch master
in repository clang.
from 724912e2e4 [Diagnostics] Minor improvements for -Wxor-used-as-pow
new d83daae45a Implement Microsoft-compatible mangling for decomposition de [...]
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/clang/AST/Mangle.h | 8 ++++----
lib/AST/MicrosoftMangle.cpp | 15 +++++----------
test/CodeGenCXX/mangle-ms-cxx17.cpp | 21 +++++++++++++++++++++
3 files changed, 30 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGenCXX/mangle-ms-cxx17.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.