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_debug
in repository toolchain/ci/base-artifacts.
discards 58aead86d 2: update: binutils-gcc: 1
discards dbfbf534b 1: reset: gcc-1d5c43db79b7ea14f0dc071beb40cf80de90eb86: 1
discards 7c0df5976 0: update: binutils-317db249c7a361aa6e723fefc09116fd9cd75978: 2
new e07dfb726 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 (58aead86d)
\
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 1556 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 64056 -> 64124 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 171304 -> 465136 bytes
06-check_regression/console.log.xz | Bin 416 -> 432 bytes
07-update_baseline/console.log | 79 +++++++++++++---------------
07-update_baseline/results.regressions | 2 -
jenkins/manifest.sh | 12 ++---
results | 2 +
9 files changed, 45 insertions(+), 50 deletions(-)
delete mode 100644 07-update_baseline/results.regressions
--
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 881007522c8f Merge tag 'thermal-5.16-rc1-2' of git://git.kernel.org/pub [...]
new e9bdcdbf6936 pid: add pidfd_get_task() helper
new ee9955d61a0a mm: use pidfd_get_task()
new 6752de1aebee Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/li [...]
new 61bc346ce64a uapi/linux/prctl: provide macro definitions for the PR_SCH [...]
new a41b74451b35 Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/s [...]
new 6ab80d88f82e exit/doublefault: Remove apparently bogus comment about re [...]
new 9fd5a04d8efc exit: Remove calls of do_exit after noreturn versions of die
new a52f60fa2905 reboot: Remove the unreachable panic after do_exit in reboot(2)
new 97cae8482707 signal/sparc32: Remove unreachable do_exit in do_sparc_fault
new 95bf9d646c3c signal/mips: Update (_save|_restore)_fp_context to fail wi [...]
new ce0ee4e6ac99 signal/sh: Use force_sig(SIGKILL) instead of do_group_exit [...]
new 83a1f27ad773 signal/powerpc: On swapcontext failure force SIGSEGV
new 984bd71fb320 signal/sparc: In setup_tsb_params convert open coded BUG into BUG
new 1a4d21a23c4c signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ON
new 1fbd60df8a85 signal/vm86_32: Properly send SIGSEGV when the vm86 state [...]
new 9bc508cf0791 signal/s390: Use force_sigsegv in default_trap_handler
new 111e70490d2a exit/kthread: Have kernel threads return instead of callin [...]
new 26d5badbccdd signal: Implement force_fatal_sig
new 941edc5bf174 exit/syscall_user_dispatch: Send ordinary signals on failure
new c317d306d550 signal/sparc32: Exit with a fatal signal when try_to_clear [...]
new 086ec444f866 signal/sparc32: In setup_rt_frame and setup_fram use force [...]
new 695dd0d634df signal/x86: In emulate_vsyscall force a signal instead of [...]
new 501c88722797 exit/rtl8723bs: Replace the macro thread_exit with a simpl [...]
new 99d7ef1e4792 exit/rtl8712: Replace the macro thread_exit with a simple [...]
new 0fdc0c4279c8 exit/r8188eu: Replace the macro thread_exit with a simple [...]
new e21294a7aaae signal: Replace force_sigsegv(SIGSEGV) with force_fatal_si [...]
new 00b06da29cf9 signal: Add SA_IMMUTABLE to ensure forced siganls do not g [...]
new f91140e45534 soc: ti: fix wkup_m3_rproc_boot_thread return type
new 5147da902e0d Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel [...]
The 29 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:
.../admin-guide/hw-vuln/core-scheduling.rst | 5 +--
arch/arc/kernel/process.c | 2 +-
arch/m68k/kernel/traps.c | 2 +-
arch/mips/kernel/r2300_fpu.S | 4 +--
arch/mips/kernel/syscall.c | 9 ------
arch/nds32/kernel/traps.c | 2 +-
arch/nds32/mm/fault.c | 6 +---
arch/openrisc/kernel/traps.c | 2 +-
arch/openrisc/mm/fault.c | 4 +--
arch/powerpc/kernel/signal_32.c | 6 ++--
arch/powerpc/kernel/signal_64.c | 9 ++++--
arch/s390/include/asm/kdebug.h | 2 +-
arch/s390/kernel/dumpstack.c | 2 +-
arch/s390/kernel/traps.c | 2 +-
arch/s390/mm/fault.c | 2 --
arch/sh/kernel/cpu/fpu.c | 10 +++---
arch/sh/kernel/traps.c | 2 +-
arch/sh/mm/fault.c | 2 --
arch/sparc/kernel/signal_32.c | 4 +--
arch/sparc/kernel/windows.c | 6 ++--
arch/sparc/mm/fault_32.c | 1 -
arch/sparc/mm/tsb.c | 2 +-
arch/um/kernel/trap.c | 2 +-
arch/x86/entry/vsyscall/vsyscall_64.c | 3 +-
arch/x86/kernel/doublefault_32.c | 3 --
arch/x86/kernel/vm86_32.c | 10 +++---
arch/xtensa/kernel/traps.c | 2 +-
arch/xtensa/mm/fault.c | 3 +-
drivers/firmware/stratix10-svc.c | 4 +--
drivers/soc/ti/wkup_m3_ipc.c | 7 +++--
drivers/staging/r8188eu/core/rtw_cmd.c | 2 +-
drivers/staging/r8188eu/include/osdep_service.h | 2 --
drivers/staging/rtl8712/osdep_service.h | 1 -
drivers/staging/rtl8712/rtl8712_cmd.c | 2 +-
drivers/staging/rtl8723bs/core/rtw_cmd.c | 2 +-
drivers/staging/rtl8723bs/core/rtw_xmit.c | 2 +-
drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c | 2 +-
.../rtl8723bs/include/osdep_service_linux.h | 2 --
fs/exec.c | 2 +-
fs/ocfs2/journal.c | 5 +--
include/linux/pid.h | 1 +
include/linux/sched/signal.h | 1 +
include/linux/signal_types.h | 3 ++
include/uapi/asm-generic/signal-defs.h | 1 +
include/uapi/linux/prctl.h | 3 ++
kernel/entry/syscall_user_dispatch.c | 12 +++++---
kernel/kthread.c | 2 +-
kernel/pid.c | 36 ++++++++++++++++++++++
kernel/reboot.c | 1 -
kernel/sched/core_sched.c | 4 +++
kernel/signal.c | 34 ++++++++++++++------
mm/madvise.c | 15 ++-------
mm/oom_kill.c | 15 ++-------
net/batman-adv/tp_meter.c | 2 +-
54 files changed, 150 insertions(+), 122 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 ae13f4490af Daily bump.
new 65c7c67ad6d 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-10
in repository gcc.
from 44876547765 Daily bump.
new 2f80fe400fc 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-11
in repository gcc.
from 3dea90505df testsuite/102690 - XFAIL g++.dg/warn/Warray-bounds-16.C
new 7b6b46b6488 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 +-
gcc/testsuite/ChangeLog | 9 +++++++++
2 files changed, 10 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.
unknown user pushed a change to branch master
in repository gcc.
from e82c3829716 Allow loop header copying when first iteration condition is known.
new 8d36a0d2880 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/ChangeLog | 362 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 152 ++++++++++++++++++++
gcc/c-family/ChangeLog | 6 +
gcc/fortran/ChangeLog | 10 ++
gcc/testsuite/ChangeLog | 155 +++++++++++++++++++++
libgcc/ChangeLog | 5 +
libstdc++-v3/ChangeLog | 13 ++
8 files changed, 704 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.