This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to annotated tag v5.5
in repository linux.
at 4e3112a240ba (tag)
tagging d5226fa6dbae0569ee43ecfc08bdcd6770fc4755 (commit)
replaces v5.5-rc7
tagged by Linus Torvalds
on Sun Jan 26 16:23:17 2020 -0800
- Log -----------------------------------------------------------------
Linux 5.5
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAl4uLXUeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGQnkH/2d9YiY07GSV1RBs
mWuZurJzgxI7sDsvoZJwnrAT2VXNbfxDPZbOBYRUbNE6mq5H0lMvy9vG88iGqqsW
NCyecuGULiwcClIx77WggsdEtAVNecfHZ9nnjVnGQAbFsALSknZCRH+zO7yBrKM8
Gn6LvXNM4uSYqiI1RoBVfVgEJW/K+AnIwmEX+XLWIY9UJqsQTMVYil3sYOXGr2vB
czkklPXYXvqBpb/bOlg4cBsesWV//QmnkX7c0ZqKiI9QT2KPX+s8r25jf9spWoiv
CS7j2hcDAuOG/y94Mvpj9/HB28AvXe3+FspCYmdL0c0cjjkOQSRNSFCNMpOhoK64
qxTPcN8=
=/NaV
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d5226fa6dbae Linux 5.5
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.
--
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 5cf9ad0e6b16 Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk [...]
new d5226fa6dbae Linux 5.5
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:
Makefile | 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 27ee3a66bfb Automatic date update in version.in
new 3024a17ae02 Mark all weak aliases for copy relocations
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:
bfd/ChangeLog | 6 ++++
bfd/elflink.c | 18 +++++++-----
ld/ChangeLog | 10 +++++++
ld/testsuite/ld-elf/pr25458.map | 4 +++
ld/testsuite/ld-elf/pr25458.rd | 10 +++++++
.../{ld-arm/vxworks2.s => ld-elf/pr25458a.s} | 5 ++--
ld/testsuite/ld-elf/pr25458b.s | 11 ++++++++
ld/testsuite/ld-elf/shared.exp | 32 ++++++++++++++++++++++
8 files changed, 87 insertions(+), 9 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr25458.map
create mode 100644 ld/testsuite/ld-elf/pr25458.rd
copy ld/testsuite/{ld-arm/vxworks2.s => ld-elf/pr25458a.s} (51%)
create mode 100644 ld/testsuite/ld-elf/pr25458b.s
--
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-lts-defconfig
in repository toolchain/ci/gcc.
from de0684bf3f7 c++: Poor diagnostic for dynamic_cast in constexpr context [...]
adds cc74832213b testsuite: Fix up pr92788.C FAIL on ia32.
adds 05107d4e4cc testsuite: Fix up pr93166.C test, so that it doesn't FAIL w [...]
adds d0683c187f1 Daily bump.
adds da11ffbba87 c++: avoid ICE with __builtin_memset (PR90997).
adds 322db86f4b4 i386: Fix up *avx_vperm_broadcast_v4df [PR93430]
adds a9947bac079 i386: Fix up *{add,sub}v<dwi>4_doubleword patterns (PR targ [...]
adds 0f6f39ed733 Avoid creating string insns unless string support is enabled
adds 091fe099ba9 checking: avoid verify_type_variant crash on incomplete type.
new 9664b52aeb3 testsuite: xfail gcc.target/i386/pr91298-?.c on Solaris/x86 [...]
new 8022264265d coroutines: Fix whitespace and comment markers.
new ab6cd364eda sanopt: Avoid crash on anonymous parameter [PR93436]
new 787c79e559f Fix last CL.
The 4 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:
gcc/ChangeLog | 29 ++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.md | 4 +-
gcc/config/i386/sse.md | 5 +-
gcc/config/rx/rx.md | 4 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/coroutines.cc | 147 ++++++++++-----------
gcc/cp/semantics.c | 1 -
gcc/sanopt.c | 9 +-
gcc/testsuite/ChangeLog | 24 ++++
gcc/testsuite/g++.dg/debug/verify1.C | 64 +++++++++
gcc/testsuite/g++.dg/ext/builtin14.C | 4 +
.../g++.dg/{pr93166.C => lto/pr93166_0.C} | 9 +-
.../{g++.dg => g++.target/i386}/pr92788.C | 4 +-
gcc/testsuite/gcc.dg/pr93412.c | 15 +++
gcc/testsuite/gcc.dg/pr93430.c | 33 +++++
gcc/testsuite/gcc.target/i386/avx2-pr93430.c | 5 +
gcc/testsuite/gcc.target/i386/pr91298-1.c | 1 +
gcc/testsuite/gcc.target/i386/pr91298-2.c | 1 +
gcc/tree.c | 2 +-
20 files changed, 277 insertions(+), 92 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/verify1.C
create mode 100644 gcc/testsuite/g++.dg/ext/builtin14.C
rename gcc/testsuite/g++.dg/{pr93166.C => lto/pr93166_0.C} (95%)
rename gcc/testsuite/{g++.dg => g++.target/i386}/pr92788.C (98%)
create mode 100644 gcc/testsuite/gcc.dg/pr93412.c
create mode 100644 gcc/testsuite/gcc.dg/pr93430.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx2-pr93430.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-master-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from e47e48f6a7 Document 'set|show exec-file-mismatch (ask|warn|off)'
adds 65e5fdc0c1 Automatic date update in version.in
new b7d2fe148e Document m68k floating point feature correspondence
new f6f1cebcbe Remove an include from machoread.c
new 6f17252b76 Use new and delete for psymtabs
new 6d94535fc6 Change some psymtab fields to bool
new abaa2f2340 Do not allocate psymtabs via psymtab_storage
new 32caafd02b Change allocate_psymtab to be a constructor
new c3693a1d94 Turn start_psymtab_common into a constructor
new 891813beaa Introduce partial_symtab::read_symtab method
new 077cbab270 Consolidate psymtab "Reading" messages
new 8566b89b73 Introduce partial_symtab::expand_psymtab method
new 0494dbecdf Consolidate partial symtab dependency reading
new 128a391fe4 Virtualize "readin" and "compunit_symtab"
new 27ee3a66bf Automatic date update in version.in
The 13 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/version.h | 2 +-
gdb/ChangeLog | 177 ++++++++++++++++++++++++++++++++++++++++++++++++
gdb/ctfread.c | 71 +++++++++++--------
gdb/dbxread.c | 124 ++++++++++++---------------------
gdb/doc/ChangeLog | 5 ++
gdb/doc/gdb.texinfo | 6 ++
gdb/dwarf-index-write.c | 29 ++++----
gdb/dwarf2read.c | 143 ++++++++++++++------------------------
gdb/dwarf2read.h | 25 ++++++-
gdb/machoread.c | 1 -
gdb/mdebugread.c | 93 +++++++++----------------
gdb/psympriv.h | 165 ++++++++++++++++++++++++++++++++++----------
gdb/psymtab.c | 156 +++++++++++++++++++++++-------------------
gdb/psymtab.h | 11 +--
gdb/stabsread.h | 7 +-
gdb/xcoffread.c | 101 ++++++++-------------------
16 files changed, 640 insertions(+), 476 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 63809268 0: update: binutils-gcc-linux: boot
new 35ca2aa9 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 (63809268)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 216 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11642 ++++++------
04-build_abe-stage1/console.log | 20186 ++++++++++----------
05-build_linux/console.log | 3242 ++--
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 36214 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 36191 insertions(+), 36251 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 releases/gcc-9
in repository gcc.
from bf15829bf64 testsuite: xfail gcc.target/i386/pr91298-?.c on Solaris/x86 [...]
new 568968edb0c Daily bump.
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:
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.
unknown user pushed a change to branch master
in repository gcc.
from 787c79e559f Fix last CL.
new cf17dcc6fc1 Daily bump.
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:
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.
unknown user pushed a change to branch releases/gcc-8
in repository gcc.
from a8386a749d4 Daily bump.
new 41fcd8889bd Daily bump.
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:
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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 128a391fe45 Virtualize "readin" and "compunit_symtab"
new 27ee3a66bfb Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.