This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from c82f680a94 [gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as [...]
adds e43321cab2 Automatic date update in version.in
adds 6d81986879 Make c-exp.y work with Bison 3.8+
adds b00577cd7b Use unique_xmalloc_ptr in solib_catchpoint
adds 5c1146d2de Use unique_xmalloc_ptr in exec_catchpoint
adds a4c50be3d6 Use unique_xmalloc_ptr in watchpoint
adds 23d6ee6405 Use unique_xmalloc_ptr in bp_location
adds 6f781ee300 Use unique_xmalloc_ptr in breakpoint
adds 570bc7936f Use std::string in print_one_catch_syscall
adds c7fdac09d9 Re: PR27625, powerpc64 gold __tls_get_addr calls
adds 068a039b8b PR28417, std::string no longer allows accepting nullptr_t
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/break-catch-syscall.c | 22 +++---
gdb/breakpoint.c | 192 ++++++++++++++++++++-------------------------
gdb/breakpoint.h | 16 ++--
gdb/c-exp.y | 5 +-
gdb/guile/scm-breakpoint.c | 4 +-
gdb/python/py-breakpoint.c | 4 +-
gdb/remote.c | 2 +-
gdb/tracepoint.c | 2 +-
gold/incremental.cc | 2 +-
gold/options.h | 2 +-
gold/powerpc.cc | 192 +++++++++------------------------------------
12 files changed, 147 insertions(+), 298 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_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards ebf637ed 0: update: binutils-gcc: 2
new 86409387 0: update: binutils-gcc: 2
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 (ebf637ed)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1496 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 52640 -> 52752 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 268460 -> 270020 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 -------------------------------
jenkins/manifest.sh | 12 +++++------
7 files changed, 6 insertions(+), 42 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_gcc_bootstrap/master-aarch64-bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 5a8edb756a Check index in type::field
adds c82f680a94 [gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as [...]
adds e43321cab2 Automatic date update in version.in
adds 6d81986879 Make c-exp.y work with Bison 3.8+
adds b00577cd7b Use unique_xmalloc_ptr in solib_catchpoint
adds 5c1146d2de Use unique_xmalloc_ptr in exec_catchpoint
adds a4c50be3d6 Use unique_xmalloc_ptr in watchpoint
adds 23d6ee6405 Use unique_xmalloc_ptr in bp_location
adds 6f781ee300 Use unique_xmalloc_ptr in breakpoint
adds 570bc7936f Use std::string in print_one_catch_syscall
new c7fdac09d9 Re: PR27625, powerpc64 gold __tls_get_addr calls
new 068a039b8b PR28417, std::string no longer allows accepting nullptr_t
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/version.h | 2 +-
gdb/break-catch-syscall.c | 22 ++--
gdb/breakpoint.c | 192 ++++++++++++----------------
gdb/breakpoint.h | 16 +--
gdb/c-exp.y | 5 +-
gdb/extension.c | 11 ++
gdb/extension.h | 6 +
gdb/guile/scm-breakpoint.c | 4 +-
gdb/python/py-breakpoint.c | 4 +-
gdb/python/python.c | 55 +++++---
gdb/remote.c | 2 +-
gdb/testsuite/gdb.gdb/python-interrupts.exp | 35 -----
gdb/tracepoint.c | 2 +-
gold/incremental.cc | 2 +-
gold/options.h | 2 +-
gold/powerpc.cc | 192 ++++++----------------------
16 files changed, 204 insertions(+), 348 deletions(-)
delete mode 100644 gdb/testsuite/gdb.gdb/python-interrupts.exp
--
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_gcc_bootstrap/master-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards b5bf550f 0: update: binutils-gcc: 2
new abccd5d9 0: update: binutils-gcc: 2
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 (b5bf550f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1544 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 51760 -> 52116 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 287388 -> 285924 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 12 ++++++------
6 files changed, 6 insertions(+), 6 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 pending-fixes
in repository linux-next.
omits 2ef5c1488a88 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
omits eab760c37c8f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 076dea1e18da Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits 13b0d1593e9a Merge branch 'rtc-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 1ace45d225e6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 40da7fdbfb35 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
omits bf43ad63b8c6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 4b497fc5794c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 4f8799b19d83 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 49ef08c7efee Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
omits 0b509dcb9534 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits b697ed6c350a Merge branch 'reset/fixes' of https://git.pengutronix.de/g [...]
omits fe08e4e62947 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 15d2a766eff0 Merge branch 'for-usb-fixes' of git://git.kernel.org/pub/s [...]
omits 8234a41868ce Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits 1ede1a9992a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 41b627c5002a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 1f95fef8a8c3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 2a64c9f91e84 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits 35af61aa85fc Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 92971b8d27bf Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 731c3565d29f Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits c3bfc6f5f212 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/lin [...]
omits ae5d6ef8c525 Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
new 0afe64bebb13 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 4cce60f15c04 NIOS2: irqflags: rename a redefined register name
new 1e59977463e9 Merge tag 'nios2_fixes_for_v5.15_part2' of git://git.kerne [...]
new ed65df63a39a tracing: Have all levels of checks prevent recursion
new fc9b289344b8 Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/sc [...]
new 6e3ee990c904 audit: fix possible null-pointer dereference in audit_filt [...]
new 6da52dead8f5 Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/ [...]
new 8e37395c3a5d Merge tag 'sound-5.15-rc7' of git://git.kernel.org/pub/scm [...]
adds 011a9ce80763 dma-mapping: fix the kerneldoc for dma_map_sgtable()
adds 293d92cbbd24 dma-debug: fix sg checks in debug_dma_map_sg()
adds c2bbf9d1e9ac dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
new 515dcc2e0217 Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/ [...]
adds 98d0a6fb7303 ceph: skip existing superblocks that are blocklisted or sh [...]
adds 1bd85aa65d0e ceph: fix handling of "meta" errors
new 2f111a6fd5b5 Merge tag 'ceph-for-5.15-rc7' of git://github.com/ceph/cep [...]
new 613f8b175c77 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/lin [...]
adds 82a4f329b133 arm64: dts: imx8mm-kontron: Make sure SOC and DRAM supply [...]
adds 256a24eba7f8 arm64: dts: imx8mm-kontron: Set lower limit of VDD_SNVS to 800 mV
adds 6562d6e35028 arm64: dts: imx8mm-kontron: Fix polarity of reg_rst_eth2
adds ca6f9d85d594 arm64: dts: imx8mm-kontron: Fix CAN SPI clock frequency
adds 0b28c41e3c95 arm64: dts: imx8mm-kontron: Fix connection type for VSC853 [...]
new 72cd4e3bde4e Merge tag 'imx-fixes-5.15-4' of git://git.kernel.org/pub/s [...]
adds 0764e365dacd arm64: dts: allwinner: h5: NanoPI Neo 2: Fix ethernet node
new 55dd7e059098 ARM: dts: sun7i: A20-olinuxino-lime2: Fix ethernet phy-mode
new e23c7487f5a7 Merge tag 'sunxi-fixes-for-5.15-1' of git://git.kernel.org [...]
new 36b6dcbc1245 Merge tag 'reset-fixes-for-v5.15' of git://git.pengutronix [...]
new 4a42b2315022 Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/l [...]
new 496c5fe25c37 powerpc/idle: Don't corrupt back chain when going idle
new 787252a10d94 powerpc/smp: do not decrement idle task preempt count in C [...]
new 14254ff2314f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new ba69fd9101f2 net: dsa: Fix an error handling path in 'dsa_switch_parse_ [...]
new 55161e67d44f vrf: Revert "Reset skb conntrack connection..."
new 60484103d5c3 net: hns3: Add configuration of TM QCN error event
new b63fcaab9598 net: hns3: reset DWRR of unused tc to zero
new 731797fdffa3 net: hns3: add limit ets dwrr bandwidth cannot be 0
new adfb7b4966c0 net: hns3: fix the max tx size according to user manual
new 9f9f0f19994b net: hns3: fix for miscalculation of rx unused desc
new 68752b24f51a net: hns3: schedule the polling again when allocation fails
new 1385cc81baeb net: hns3: fix vf reset workqueue cannot exit
new 0dd8a25f355b net: hns3: disable sriov before unload hclge layer
new 323e9a957df8 Merge branch 'hns3-fixes'
new 641e3fd1a038 nfc: st95hf: Make spi remove() callback return zero
new 3cb958027cb8 net: stmmac: Fix E2E delay mechanism
new 4225fea1cb28 ptp: Fix possible memory leak in ptp_clock_register()
new 49ebe34ccc2e Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new de9df716d005 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new edddce5cc226 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 60fab1076636 rdma/qedr: Fix crash due to redundant release of device's [...]
new 5508546631a0 RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR
new cc07b73ef11d RDMA/irdma: Set VLAN in UD work completion correctly
new 2dace185caa5 RDMA/irdma: Do not hold qos mutex twice on QP resume
new c731bbc8a2f5 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
new 1f1040c78dba Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
new 89dc284e3426 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 48cd3fe5f25e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new f09f6dfef8ce spi: altera: Change to dynamic allocation of spi id
new 6744c839e111 Merge remote-tracking branch 'spi/for-5.15' into spi-linus
new f94f82342921 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 99b1272ce2c1 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new 246c10ef0acc Merge branch 'for-usb-fixes' of git://git.kernel.org/pub/s [...]
new e2523712e779 Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new 9b57e9d5010b KVM: s390: clear kicked_mask before sleeping again
new 0e9ff65f455d KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu
new 454f2813e2ce Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 9c4d924d14c2 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
new 58c7012358ca Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new f41ff5255d05 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 38fb3eafc85c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 2b25342b2d39 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
new becaca9621b1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 5560855b4467 Merge branch 'rtc-fixes' of git://git.kernel.org/pub/scm/l [...]
new bced5853d91d Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
new 91ff4712af9e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new c48af0f39374 Merge branch 'for-linux-next-fixes' of git://anongit.freed [...]
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 (2ef5c1488a88)
\
N -- N -- N refs/heads/pending-fixes (c48af0f39374)
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 63 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/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 2 +-
.../boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts | 2 +-
.../boot/dts/freescale/imx8mm-kontron-n801x-s.dts | 8 ++--
.../dts/freescale/imx8mm-kontron-n801x-som.dtsi | 8 ++--
arch/nios2/include/asm/irqflags.h | 4 +-
arch/nios2/include/asm/registers.h | 2 +-
arch/powerpc/kernel/idle_book3s.S | 10 +++--
arch/powerpc/kernel/smp.c | 2 -
arch/s390/kvm/interrupt.c | 5 ++-
arch/s390/kvm/kvm-s390.c | 1 +
drivers/infiniband/hw/irdma/verbs.c | 8 +++-
drivers/infiniband/hw/irdma/ws.c | 13 +++---
drivers/infiniband/hw/mlx5/mr.c | 2 +-
drivers/infiniband/hw/qedr/qedr.h | 1 +
drivers/infiniband/hw/qedr/qedr_iw_cm.c | 2 +-
drivers/infiniband/hw/qedr/verbs.c | 5 ++-
drivers/net/ethernet/hisilicon/hns3/hnae3.c | 21 ++++++++++
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 +
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 37 +++++++++-------
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 7 ++--
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c | 9 ++++
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c | 5 ++-
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.h | 2 +
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 1 +
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 2 +
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 6 +--
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +-
drivers/net/vrf.c | 4 --
drivers/nfc/st95hf/core.c | 6 +--
drivers/ptp/ptp_clock.c | 15 +++++--
drivers/spi/spi-altera-dfl.c | 2 +-
drivers/spi/spi-altera-platform.c | 2 +-
fs/ceph/caps.c | 12 ++----
fs/ceph/file.c | 1 -
fs/ceph/inode.c | 2 -
fs/ceph/mds_client.c | 17 +++-----
fs/ceph/super.c | 17 ++++++--
fs/ceph/super.h | 3 --
include/linux/trace_recursion.h | 49 ++++------------------
kernel/auditsc.c | 2 +-
kernel/dma/debug.c | 36 +++++++++-------
kernel/dma/debug.h | 24 +++++++----
kernel/dma/mapping.c | 24 +++++------
kernel/trace/ftrace.c | 4 +-
net/dsa/dsa2.c | 9 +++-
45 files changed, 218 insertions(+), 179 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 gcc.
from 788483f77de calls.c: Remove some dead code and target hooks
new 1c690164668 c++: tweak parsing of invalid types
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/cp/parser.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 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 binutils-gdb.
from 570bc7936f5 Use std::string in print_one_catch_syscall
new c7fdac09d91 Re: PR27625, powerpc64 gold __tls_get_addr calls
new 068a039b8bd PR28417, std::string no longer allows accepting nullptr_t
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:
gold/incremental.cc | 2 +-
gold/options.h | 2 +-
gold/powerpc.cc | 192 ++++++++++------------------------------------------
3 files changed, 38 insertions(+), 158 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c3f609ee 2: update: binutils-gcc-linux-qemu: 29
new 3e9d2c0c 2: update: binutils-gcc-linux-qemu: 29
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 (c3f609ee)
\
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.xz | Bin 1556 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 44800 -> 44816 bytes
04-build_abe-stage1/console.log.xz | Bin 71656 -> 71544 bytes
05-build_abe-qemu/console.log.xz | Bin 30576 -> 30560 bytes
06-build_linux/console.log.xz | Bin 3580 -> 3520 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 120 +++++++++++++++++------------------
jenkins/manifest.sh | 20 +++---
9 files changed, 70 insertions(+), 70 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 maskray/clang
in repository glibc.
discards b30b310804 stdlib/longlong.h: Remove incorrect lvalue to rvalue convers [...]
discards 0ef349c2b9 x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f12 [...]
discards 425c5b3402 Disable __USE_EXTERN_INLINES for clang
discards 3a06b7d159 linux: Fix a non-constant expression in _Static_assert
discards 43f50ae7bd configure: Check -fno-tree-loop-distribute-patterns
discards 20ddf34876 x86: fix __arch_exchange_and_add_body
discards a32ad72a85 libc-symbols.h: Work around asm label issues with #pragma re [...]
discards 80e02ffea4 not-cancel.h: Move hidden_proto before first use
discards d050cccb06 Skip undefined va_arg_pack
discards f7ce6d0ba4 configure: remove overly restrictive check for clang
adds e938c02748 Don't add access size hints to fortifiable functions
adds a643f60c53 Make sure that the fortified function conditionals are constant
adds ad6f2a010c debug: Add tests for _FORTIFY_SOURCE=3
adds 2c6cabb3a4 Correct access attribute on memfrob (bug 28475)
adds 82fd7314c7 powerpc: Remove backtrace implementation
adds e037274c8e stdlib: Fix tst-canon-bz26341 when the glibc build current w [...]
adds d962cce139 x86-64: Add sysdeps/x86_64/fpu/Makeconfig
new aa783f9a7b linux: Fix a possibly non-constant expression in _Static_assert
new b3db383230 configure: remove overly restrictive check for clang
new 8fb9021a4c Skip undefined va_arg_pack
new e4153ad0cf not-cancel.h: Move hidden_proto before first use
new dc1d47b540 libc-symbols.h: Work around asm label issues with #pragma re [...]
new b7041ebc8f x86: fix __arch_exchange_and_add_body
new d2b06a4d2d configure: Check -fno-tree-loop-distribute-patterns
new 6299bb4666 Disable __USE_EXTERN_INLINES for clang
new a82b492832 x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f12 [...]
new ec0c4d3e10 stdlib/longlong.h: Remove incorrect lvalue to rvalue convers [...]
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 (b30b310804)
\
N -- N -- N refs/heads/maskray/clang (ec0c4d3e10)
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 10 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:
debug/Makefile | 13 +-
debug/tst-chk1.c | 102 +++++++-------
debug/tst-chk7.c | 2 +
debug/tst-chk8.cc | 2 +
elf/tst-execstack-needed.c | 2 +-
elf/tst-execstack-prog.c | 2 +-
elf/tst-execstack.c | 2 +-
io/bits/poll2.h | 31 ++---
io/sys/poll.h | 6 +-
libio/bits/stdio2.h | 110 +++++++---------
libio/stdio.h | 4 +-
misc/sys/cdefs.h | 57 ++++++++
posix/bits/unistd.h | 174 ++++++------------------
posix/unistd.h | 28 ++--
socket/bits/socket2.h | 34 ++---
stdlib/bits/stdlib.h | 57 +++-----
stdlib/stdlib.h | 5 +-
stdlib/tst-canon-bz26341.c | 6 +
string/bits/string_fortified.h | 5 +-
string/string.h | 4 +-
sysdeps/powerpc/powerpc32/backtrace.c | 133 -------------------
sysdeps/powerpc/powerpc64/backtrace.c | 117 -----------------
sysdeps/unix/sysv/linux/dl-vdso-setup.c | 11 --
sysdeps/unix/sysv/linux/dl-vdso-setup.h | 9 --
sysdeps/unix/sysv/linux/opendir.c | 4 +-
sysdeps/unix/sysv/linux/powerpc/sysdep.h | 7 -
sysdeps/x86_64/fpu/Makeconfig | 92 +++++++++++++
sysdeps/x86_64/fpu/Makefile | 134 ++++++-------------
sysdeps/x86_64/fpu/multiarch/Makefile | 68 +++-------
wcsmbs/bits/wchar2.h | 219 +++++++++----------------------
30 files changed, 504 insertions(+), 936 deletions(-)
create mode 100644 debug/tst-chk7.c
create mode 100644 debug/tst-chk8.cc
delete mode 100644 sysdeps/powerpc/powerpc32/backtrace.c
delete mode 100644 sysdeps/powerpc/powerpc64/backtrace.c
create mode 100644 sysdeps/x86_64/fpu/Makeconfig
--
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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from e43321cab2 Automatic date update in version.in
adds 6d81986879 Make c-exp.y work with Bison 3.8+
adds b00577cd7b Use unique_xmalloc_ptr in solib_catchpoint
adds 5c1146d2de Use unique_xmalloc_ptr in exec_catchpoint
adds a4c50be3d6 Use unique_xmalloc_ptr in watchpoint
adds 23d6ee6405 Use unique_xmalloc_ptr in bp_location
adds 6f781ee300 Use unique_xmalloc_ptr in breakpoint
adds 570bc7936f Use std::string in print_one_catch_syscall
No new revisions were added by this update.
Summary of changes:
gdb/break-catch-syscall.c | 22 +++---
gdb/breakpoint.c | 192 ++++++++++++++++++++-------------------------
gdb/breakpoint.h | 16 ++--
gdb/c-exp.y | 5 +-
gdb/guile/scm-breakpoint.c | 4 +-
gdb/python/py-breakpoint.c | 4 +-
gdb/remote.c | 2 +-
gdb/tracepoint.c | 2 +-
8 files changed, 108 insertions(+), 139 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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 165b6507 0: update: binutils-gcc: 2
new 531bc139 0: update: binutils-gcc: 2
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 (165b6507)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1488 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 65216 -> 64528 bytes
05-build_abe-bootstrap/console.log.xz | Bin 465476 -> 466812 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 273a98a9 2: update: binutils-gcc-linux-qemu: 21242
new fc6f56fd 2: update: binutils-570bc7936f5aa9299eee20ba3e170b44efd6c98f: 21242
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 (273a98a9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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.xz | Bin 1604 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 43984 -> 43948 bytes
04-build_abe-stage1/console.log.xz | Bin 90528 -> 92524 bytes
05-build_abe-qemu/console.log.xz | Bin 29744 -> 30868 bytes
06-build_linux/console.log.xz | Bin 43704 -> 45800 bytes
08-check_regression/console.log.xz | Bin 484 -> 480 bytes
09-update_baseline/console.log | 229 ++++-------------------------------
jenkins/manifest.sh | 13 +-
9 files changed, 29 insertions(+), 213 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-defconfig
in repository toolchain/ci/binutils-gdb.
from 1e4b1eace6 Automatic date update in version.in
adds 9aefdd5d13 Automatic date update in version.in
adds 61b08178e4 PR28459, readelf issues bogus warning
adds 03e3464158 Automatic date update in version.in
adds 1ee3ba2d67 Automatic date update in version.in
adds acd295e43e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/dwarf.c | 1 -
2 files changed, 1 insertion(+), 2 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 28f7a723 0: update: binutils-gcc-linux-qemu: boot
new 99381d68 0: update: binutils-gcc-linux-qemu: 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 (28f7a723)
\
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.xz | Bin 1556 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 43084 -> 43280 bytes
04-build_abe-stage1/console.log.xz | Bin 67708 -> 67876 bytes
05-build_abe-qemu/console.log.xz | Bin 30136 -> 30348 bytes
06-build_linux/console.log.xz | Bin 3284 -> 3328 bytes
07-boot_linux/console.log.xz | Bin 6048 -> 6040 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
11 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.