This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/linux.
from 028192fea1de Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesk [...]
new f034fc50d3c7 perf tools: Fix misleading add event PMU debug message
new d73f5d14e0cd perf stat: Fix error check return value of hashmap__new(), [...]
new a668cc07f990 perf tools: Fix segfault accessing sample_id xyarray
new 23380e4d5330 perf record: Fix per-thread option
new 8cb7a188ac33 perf bench: Fix numa testcase to check if CPU used to bind [...]
new f58faed7fb3f perf bench: Fix numa bench to fix usage of affinity for ma [...]
new e2dec4884454 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-14' of git:/ [...]
adds ce64763c6385 testing/selftests/mqueue: Fix mq_perf_tests to free the al [...]
new bb34e0dba38e Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.ke [...]
adds c4212f3eb89f io_uring: flag the fact that linked file assignment is sane
adds 6f83ab22adcb io_uring: io_kiocb_update_pos() should not touch file for [...]
adds 2804ecd8d3e3 io_uring: move apoll->events cache
adds 82733d168cbd io_uring: stop using io_wq_work as an fd placeholder
adds 0f8da75b51ac io_uring: fix assign file locking issue
new 565c5e616e80 io_uring: move io_uring_rsrc_update2 validation
new d8a3ba9c143b io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
new 6fb53cf8ff2c io_uring: verify resv is 0 in ringfd register/unregister
new d2347b9695da io_uring: verify pad field is 0 in io_get_ext_arg
new e941976659f1 io_uring: use right issue_flags for splice/tee
new cce64ef01308 io_uring: fix poll file assign deadlock
new 7179c3ce3dbf io_uring: fix poll error reporting
new 701521403cfb io_uring: abort file assignment prior to assigning creds
new 0647b9cc7fea Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.d [...]
new 868e6139c521 block: move lower_48_bits() to block
new b97687527be8 asm-generic: fix __get_unaligned_be48() on 32 bit platforms
new 8535c0185d14 block: fix offset/size check in bio_trim()
new 3e3876d322ae block: null_blk: end timed out poll request
new ccf16413e520 block/compat_ioctl: fix range check in BLKGETSIZE
new 3d973a76e54c block: don't print I/O error warning for dead disks
new b42b6f4485e3 nvme: don't print verbose errors for internal passthrough [...]
new 00ff400e6dee nvme: add a quirk to disable namespace identifiers
new a98a945b80f8 nvme-pci: disable namespace identifiers for the MAXIO MAP1 [...]
new 66dd346b84d7 nvme-pci: disable namespace identifiers for Qemu controllers
new 89a2ee91edd9 Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.or [...]
new fb649bda6f56 Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/l [...]
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:
block/bio.c | 2 +-
block/blk-mq.c | 3 +-
block/ioctl.c | 2 +-
drivers/block/null_blk/main.c | 2 +-
drivers/nvme/host/core.c | 27 +++--
drivers/nvme/host/nvme.h | 5 +
drivers/nvme/host/pci.c | 9 +-
fs/io-wq.h | 1 -
fs/io_uring.c | 98 ++++++++++--------
include/asm-generic/unaligned.h | 2 +-
include/linux/kernel.h | 9 --
include/linux/t10-pi.h | 9 ++
include/uapi/linux/io_uring.h | 1 +
tools/lib/perf/evlist.c | 3 +-
tools/perf/bench/numa.c | 136 ++++++++++++++++++-------
tools/perf/builtin-record.c | 22 +++-
tools/perf/util/header.c | 51 ++++++++++
tools/perf/util/header.h | 1 +
tools/perf/util/parse-events.c | 5 +-
tools/perf/util/stat.c | 3 +-
tools/testing/selftests/mqueue/mq_perf_tests.c | 25 +++--
21 files changed, 300 insertions(+), 116 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_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 64bc82adf3 Automatic date update in version.in
adds 552a161c8d [gdb/testsuite] Fix gdb.go/methods.exp with check-readmore
adds d4cd7e84e2 Remove WITH_SIM define
adds 3b9809bc62 [gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32
adds 7410508723 Match rustc beta versions
adds 925ea601f1 Remove some dead code from the Rust value printer
adds 506ec52e88 Reimplement Rust slice printing
adds 1c9cc05244 Implement value_print for Rust
new 1f0f8b5d9d Allow word wrapping even when paging is disabled
new 111d19818a Handle "set height 1"
new 4311246bb1 Return void from gdb_putc
The 3 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/config.in | 3 -
gdb/configure | 3 -
gdb/configure.ac | 1 -
gdb/rust-lang.c | 114 ++++++++++++++++++++++++-----------
gdb/rust-lang.h | 5 ++
gdb/testsuite/gdb.ada/float-bits.exp | 27 +++++++--
gdb/testsuite/gdb.base/page.exp | 7 ++-
gdb/testsuite/gdb.go/methods.exp | 2 +-
gdb/testsuite/gdb.rust/simple.exp | 3 +-
gdb/testsuite/gdb.rust/unsized.exp | 8 +++
gdb/testsuite/gdb.rust/unsized.rs | 2 +
gdb/testsuite/lib/rust-support.exp | 2 +-
gdb/ui-file.c | 3 +-
gdb/ui-file.h | 2 +-
gdb/utils.c | 65 ++++++++++++++++----
gdb/utils.h | 4 +-
16 files changed, 181 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards ddb630a6 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
new a17bcab3 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
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 (ddb630a6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1548 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 17604 -> 17764 bytes
12-check_regression/console.log.xz | Bin 412 -> 412 bytes
13-update_baseline/console.log | 76 +++++++++++++++++------------------
jenkins/manifest.sh | 16 ++++----
6 files changed, 46 insertions(+), 46 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 linux.
from 028192fea1de Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesk [...]
new f034fc50d3c7 perf tools: Fix misleading add event PMU debug message
new d73f5d14e0cd perf stat: Fix error check return value of hashmap__new(), [...]
new a668cc07f990 perf tools: Fix segfault accessing sample_id xyarray
new 23380e4d5330 perf record: Fix per-thread option
new 8cb7a188ac33 perf bench: Fix numa testcase to check if CPU used to bind [...]
new f58faed7fb3f perf bench: Fix numa bench to fix usage of affinity for ma [...]
new e2dec4884454 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-14' of git:/ [...]
new ce64763c6385 testing/selftests/mqueue: Fix mq_perf_tests to free the al [...]
new bb34e0dba38e Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.ke [...]
new c4212f3eb89f io_uring: flag the fact that linked file assignment is sane
new 6f83ab22adcb io_uring: io_kiocb_update_pos() should not touch file for [...]
new 2804ecd8d3e3 io_uring: move apoll->events cache
new 82733d168cbd io_uring: stop using io_wq_work as an fd placeholder
new 0f8da75b51ac io_uring: fix assign file locking issue
new 565c5e616e80 io_uring: move io_uring_rsrc_update2 validation
new d8a3ba9c143b io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
new 6fb53cf8ff2c io_uring: verify resv is 0 in ringfd register/unregister
new d2347b9695da io_uring: verify pad field is 0 in io_get_ext_arg
new e941976659f1 io_uring: use right issue_flags for splice/tee
new cce64ef01308 io_uring: fix poll file assign deadlock
new 7179c3ce3dbf io_uring: fix poll error reporting
new 701521403cfb io_uring: abort file assignment prior to assigning creds
new 0647b9cc7fea Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.d [...]
new 868e6139c521 block: move lower_48_bits() to block
new b97687527be8 asm-generic: fix __get_unaligned_be48() on 32 bit platforms
new 8535c0185d14 block: fix offset/size check in bio_trim()
new 3e3876d322ae block: null_blk: end timed out poll request
new ccf16413e520 block/compat_ioctl: fix range check in BLKGETSIZE
new 3d973a76e54c block: don't print I/O error warning for dead disks
new b42b6f4485e3 nvme: don't print verbose errors for internal passthrough [...]
new 00ff400e6dee nvme: add a quirk to disable namespace identifiers
new a98a945b80f8 nvme-pci: disable namespace identifiers for the MAXIO MAP1 [...]
new 66dd346b84d7 nvme-pci: disable namespace identifiers for Qemu controllers
new 89a2ee91edd9 Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.or [...]
new fb649bda6f56 Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/l [...]
The 35 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:
block/bio.c | 2 +-
block/blk-mq.c | 3 +-
block/ioctl.c | 2 +-
drivers/block/null_blk/main.c | 2 +-
drivers/nvme/host/core.c | 27 +++--
drivers/nvme/host/nvme.h | 5 +
drivers/nvme/host/pci.c | 9 +-
fs/io-wq.h | 1 -
fs/io_uring.c | 98 ++++++++++--------
include/asm-generic/unaligned.h | 2 +-
include/linux/kernel.h | 9 --
include/linux/t10-pi.h | 9 ++
include/uapi/linux/io_uring.h | 1 +
tools/lib/perf/evlist.c | 3 +-
tools/perf/bench/numa.c | 136 ++++++++++++++++++-------
tools/perf/builtin-record.c | 22 +++-
tools/perf/util/header.c | 51 ++++++++++
tools/perf/util/header.h | 1 +
tools/perf/util/parse-events.c | 5 +-
tools/perf/util/stat.c | 3 +-
tools/testing/selftests/mqueue/mq_perf_tests.c | 25 +++--
21 files changed, 300 insertions(+), 116 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 users/ssbssa/pdb-reader-preview
in repository binutils-gdb.
from 3abda17b82a PDB: local variables relative to $rsp
new 020fd79ff7f Fix overflow when reading the exception directory
new 7ceacbf8ad6 PDB: skip jump thunks
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:
gdb/amd64-windows-tdep.c | 19 ++++++++++++++++---
gdb/windows-nat.c | 35 ++++++++++++++++++++++++++++++++---
2 files changed, 48 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 master
in repository glibc.
from ac0d208b54 misc: Use 64 bit time_t interfaces on syslog
new 8804157ad9 x86: Optimize memcmp SSE2 in memcmp.S
new 7cbc03d030 x86: Remove memcmp-sse4.S
new 23102686ec x86: Cleanup page cross code in memcmp-avx2-movbe.S
The 3 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:
sysdeps/x86_64/memcmp.S | 884 ++++++++++++---------
sysdeps/x86_64/memcmpeq.S | 2 +-
sysdeps/x86_64/multiarch/Makefile | 4 +-
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 4 -
sysdeps/x86_64/multiarch/ifunc-memcmp.h | 4 -
sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 98 ++-
sysdeps/x86_64/multiarch/memcmp-sse2.S | 4 +-
sysdeps/x86_64/multiarch/memcmp-sse4.S | 803 -------------------
sysdeps/x86_64/multiarch/memcmpeq-sse2.S | 4 +-
sysdeps/x86_64/multiarch/wmemcmp-c.c | 9 -
.../x86_64/multiarch/wmemcmp-sse2.S | 11 +-
.../x86_64/wmemcmp.S | 7 +-
12 files changed, 602 insertions(+), 1232 deletions(-)
delete mode 100644 sysdeps/x86_64/multiarch/memcmp-sse4.S
delete mode 100644 sysdeps/x86_64/multiarch/wmemcmp-c.c
copy benchtests/bench-memset-zero-large.c => sysdeps/x86_64/multiarch/wmemcmp-sse2 [...]
copy benchtests/bench-memset-zero-large.c => sysdeps/x86_64/wmemcmp.S (87%)
--
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 eb3f2e9348e rs6000: Move more g++.dg powerpc tests to g++.target
new 7e76cef8733 libstdc++: Avoid double-deref of __first in ranges::minmax [...]
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:
libstdc++-v3/include/bits/ranges_algo.h | 2 +-
.../testsuite/25_algorithms/minmax/constrained.cc | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.