This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to annotated tag v5.0-rc7
in repository linux.
at d4588d950276 (tag)
tagging a3b22b9f11d9fbc48b0291ea92259a5a810e9438 (commit)
replaces v5.0-rc6
tagged by Linus Torvalds
on Sun Feb 17 18:46:46 2019 -0800
- Log -----------------------------------------------------------------
Linux 5.0-rc7
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAlxqHJYeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGWl8H/jPI4EipzD2GbnjZ
GaFpMBBjcXBaVmoA+Y69so+7BHx1Ql+5GQtqbK0RHJRb9qEPLw3FBhHNjM/N8Sgf
nSrK+GnBZp9s+k/NR/Yf2RacUR3jhz+Q9JEoQd3u9bFUeQyvE8Rf3vgtoBBwFOfz
+t7N1memYVF3asLGWB4e4sP1YVMGfseTQpSPojvM30YWM86Bv+QtSx1AGgHczQIM
kMKealR8ZPelN6JAXgLhQ5opDojBrE4YKB98pwsMDI6abz0Tz2JLFEUTTxsv5XNN
o/Iz+XDoylskEyxN2unNWfHx7Swkvoklog8J/hDg5XlTvipL/WkT66PHBgcGMNvj
BW9GgU8=
=ZizU
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new a3b22b9f11d9 Linux 5.0-rc7
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 2fee036af043 Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...]
new a3b22b9f11d9 Linux 5.0-rc7
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards cc5e9b9fcf 0: last-good: binutils-gcc-linux: all
new 044c675fea 0: last-good: binutils-gcc-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 (cc5e9b9fcf)
\
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4214 ++++++++--------
4-build_abe-stage1/console.log | 5477 +++++++++++----------
5-count_linux_objs/console.log | 144 +-
console.log | 9967 ++++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
6 files changed, 10530 insertions(+), 9288 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-mainline-allyesconfig
in repository toolchain/ci/binutils-gdb.
from aa9e1dc0c6 Automatic date update in version.in
adds a2cd4f1475 (Ada) fix GDB crash printing packed array
adds 75ba10dc55 type_align: handle range types the same as ints and enums
adds a008792038 Fix pager bugs with style output
adds 0c820d6793 Fix some valgrind errors in the TUI
adds 6506371f06 Add styling to macro commands
adds 9409233b0e Change macro_source_fullname to return a std::string
new d57e4f2b86 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 +-
gdb/ChangeLog | 50 ++++++++++++
gdb/ada-lang.c | 62 +++++++++------
gdb/gdbtypes.c | 2 +-
gdb/macrocmd.c | 15 ++--
gdb/macrotab.c | 63 ++++++---------
gdb/macrotab.h | 5 +-
gdb/source.c | 62 +++++++++------
gdb/testsuite/ChangeLog | 17 ++++
.../{array_char_idx.exp => big_packed_array.exp} | 16 ++--
.../foo.adb => big_packed_array/foo_ra24_010.adb} | 14 ++--
.../{enum_idx_packed => big_packed_array}/pck.adb | 2 +-
gdb/testsuite/gdb.ada/big_packed_array/pck.ads | 53 +++++++++++++
gdb/testsuite/gdb.ada/homonym.exp | 2 +-
gdb/testsuite/gdb.base/page.exp | 14 ++++
gdb/testsuite/gdb.base/style.c | 2 +
gdb/testsuite/gdb.base/style.exp | 34 +++++++-
gdb/tui/tui-source.c | 21 ++---
gdb/ui-style.h | 10 +++
gdb/utils.c | 92 +++++++++++++++-------
20 files changed, 376 insertions(+), 162 deletions(-)
copy gdb/testsuite/gdb.ada/{array_char_idx.exp => big_packed_array.exp} (70%)
copy gdb/testsuite/gdb.ada/{aliased_array/foo.adb => big_packed_array/foo_ra24_010 [...]
copy gdb/testsuite/gdb.ada/{enum_idx_packed => big_packed_array}/pck.adb (93%)
create mode 100644 gdb/testsuite/gdb.ada/big_packed_array/pck.ads
--
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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d74b9e0d90 0: last-good: binutils-gcc-linux: all
new 075439dd93 0: last-good: binutils-gcc-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 (d74b9e0d90)
\
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4101 +++--
4-build_abe-stage1/console.log | 5361 +++---
5-count_linux_objs/console.log | 23121 ++++++++++++--------------
console.log | 32715 +++++++++++++++++--------------------
jenkins/manifest.sh | 16 +-
6 files changed, 30000 insertions(+), 35318 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.