This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1
in repository toolchain/ci/interesting-commits.
from 88b4866 Add regression 6506cd198fa1c511d2ffb14bd213b9da271f124f from [...]
new efa9bcf Add last-good 3ed8a0c02bad7fb92b095e8f52fba63a9f002fd6 from h [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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 447f6d86275 ia64: Set DF_TEXTREL instead of reltext
new c5a6a07f2a5 gdb/doc: remove broken links Previous and Up from contents
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:
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 2 +-
2 files changed, 6 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 ec6ffbb919c Daily bump.
new d0e0c1300f9 RISC-V: Describe correct USEs for gpr_save pattern [PR95252]
new dcf41a4e603 RISC-V: Unify the output asm pattern between gpr_save and g [...]
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:
gcc/config/riscv/predicates.md | 6 ++
gcc/config/riscv/riscv-protos.h | 3 +-
gcc/config/riscv/riscv-sr.c | 6 +-
gcc/config/riscv/riscv.c | 97 ++++++++++++++++++----
gcc/config/riscv/riscv.md | 21 ++++-
.../pr67916.c => gcc.target/riscv/pr95252.c} | 3 +-
6 files changed, 113 insertions(+), 23 deletions(-)
copy gcc/testsuite/{gcc.dg/torture/pr67916.c => gcc.target/riscv/pr95252.c} (86%)
--
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 79ca035d2d94 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/ [...]
new 7e71609f64ec pselect6() and friends: take handling the combined 6th/7th [...]
new 646e84deb449 binfmt_elf: don't bother with __{put,copy_to}_user()
new 0abb013e2e73 binfmt_elf_fdpic: don't use __... uaccess primitives
new 8861fd576ecf binfmt_flat: don't use __put_user()
new c120f3b81ede x86: switch cp_stat64() to unsafe_put_user()
new 86977da9cb71 TEST_ACCESS_OK _never_ had been checked anywhere
new 5ea75ae6ae60 user_regset_copyout_zero(): use clear_user()
new 9eb41c521465 x86: kvm_hv_set_msr(): use __put_user() instead of 32bit _ [...]
new b7e4b65f3fe9 bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()
new 4382a79b2746 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/sc [...]
new 516431ae669b i915: switch query_{topology,engine}_info() to copy_to_user()
new 502f78c8d784 i915: switch copy_perf_config_registers_or_number() to uns [...]
new fd7cd8da232d i915 compat ioctl(): just use drm_ioctl_kernel()
new 598caf1a4032 i915: alloc_oa_regs(): get rid of pointless access_ok()
new 7b3f0c4c56b0 i915:get_engines(): get rid of pointless access_ok()
new 3a8557e1aed0 Merge branch 'uaccess.i915' of git://git.kernel.org/pub/sc [...]
new 56965ac7253e net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl
new c7388c1f8fb6 net/sysctl: remove leftover __user annotations on neigh_pr [...]
new a2541dcb5112 random: fix an incorrect __user annotation on proc_do_entropy
new 7ff0d4490eba trace: fix an incorrect __user annotation on stack_trace_sysctl
new 8c46fa96822c cdrom: fix an incorrect __user annotation on cdrom_sysctl_info
new ef9d965bc8b6 sysctl: reject gigantic reads/write to sysctl files
new 1c3837266214 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm [...]
new 5ad05cc8e046 vfs: Remove duplicated d_mountpoint check in __is_local_mo [...]
new cc23402c1c2d fs: fix indentation in deactivate_super()
new 4dbb29fe9dae Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
new 12aceb89b0bc eventfd: convert to f_op->read_iter()
new b29482fde649 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/ [...]
The 28 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/x86/include/asm/pgtable_32.h | 7 --
arch/x86/kernel/sys_ia32.c | 40 +++++-----
arch/x86/kvm/hyperv.c | 2 +-
drivers/cdrom/cdrom.c | 2 +-
drivers/char/random.c | 2 +-
drivers/gpu/drm/i915/gem/i915_gem_context.c | 5 --
drivers/gpu/drm/i915/i915_ioc32.c | 14 ++--
drivers/gpu/drm/i915/i915_perf.c | 3 -
drivers/gpu/drm/i915/i915_query.c | 62 ++++++---------
drivers/gpu/drm/i915/i915_reg.h | 2 +-
fs/binfmt_elf.c | 16 ++--
fs/binfmt_elf_fdpic.c | 31 +++++---
fs/binfmt_flat.c | 22 ++++--
fs/eventfd.c | 64 +++++++++-------
fs/namespace.c | 5 +-
fs/proc/proc_sysctl.c | 4 +
fs/select.c | 112 ++++++++++++++++------------
fs/super.c | 2 +-
include/linux/ftrace.h | 5 +-
include/linux/regset.h | 2 +-
include/net/neighbour.h | 7 +-
kernel/bpf/syscall.c | 25 ++-----
kernel/trace/trace_stack.c | 5 +-
net/core/sysctl_net_core.c | 2 +-
24 files changed, 217 insertions(+), 224 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_gnu/gnu-master-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 15d3d77c 0: update: gcc-1c0fdaf79e3618fd7512608a2e5c62b6b306e9e8: 1
new 8c2c3198 0: update: gcc-a73051a0ea9ce8281e748a74dd924a6eb8fb3723: 1
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 (15d3d77c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 162 +-
02-prepare_abe/console.log | 278 +-
04-build_abe-bootstrap_debug/console.log | 85233 ++++++++++++++++------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 85685 +++++++++++++++++------------
jenkins/manifest.sh | 10 +-
7 files changed, 99523 insertions(+), 71857 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 6cff1eab4d7 Automatic date update in version.in
new 447f6d86275 ia64: Set DF_TEXTREL instead of reltext
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 | 7 +++++++
bfd/elfnn-ia64.c | 6 ++----
2 files changed, 9 insertions(+), 4 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_bmk_tk1
in repository toolchain/ci/interesting-commits.
from fc4f075 Add last-good 4f7b7f91e68128b4adc4d9dfbe1389fd543602a0 from h [...]
new 88b4866 Add regression 6506cd198fa1c511d2ffb14bd213b9da271f124f from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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_bmk_tk1
in repository toolchain/ci/interesting-commits.
from ce11db8 Add regression 6618a9b67ca825c92d0cdd88df8c81bdf58de90c from [...]
new fc4f075 Add last-good 4f7b7f91e68128b4adc4d9dfbe1389fd543602a0 from h [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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 d76ee72858d Daily bump.
new cb05b2d55fb 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.