This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 23d04328444a Merge tag 'for-5.17/parisc-4' of git://git.kernel.org/pub/ [...]
new ce2fc710c9d2 selinux: fix misuse of mutex_is_locked()
new 54134be65803 Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pu [...]
new fa4300f060e5 of: unittest: update text of expected warnings
new 132507ed04ce of/fdt: move elfcorehdr reservation early for crash dump kernel
new 34f3eda8c8ff MAINTAINERS: sifive: drop Yash Shah
new 0c0822bcb73f dt-bindings: update Roger Quadros email
new 91318b29a81c Merge tag 'devicetree-fixes-for-5.17-2' of git://git.kerne [...]
new 68af28426b3c platform/x86: amd-pmc: Set QOS during suspend on CZN w/ ti [...]
new 21d90aaee8d5 surface: surface3_power: Fix battery readings on batteries [...]
new 6c528f34ca36 Merge tag 'platform-drivers-x86-v5.17-4' of git://git.kern [...]
new f240762f88b4 io_uring: add a schedule point in io_add_buffers()
new 228339662b39 io_uring: don't convert to jiffies for waiting on timeouts
new 80912cef18f1 io_uring: disallow modification of rsrc_data during quiesce
new 3a5f59b17f9d Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.d [...]
new bb49c6fa8b84 block: clear iocb->private in blkdev_bio_end_io_async()
new 363f63686037 nvme: don't return an error from nvme_configure_metadata
new 602e57c9799c nvme: also mark passthrough-only namespaces ready in nvme_ [...]
new c2700d2886a8 nvme-tcp: send H2CData PDUs based on MAXH2CDATA
new b2750f14007f Merge tag 'nvme-5.17-2022-02-24' of git://git.infradead.or [...]
new 73878e5eb1bd Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/l [...]
The 20 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:
.../devicetree/bindings/gpio/sifive,gpio.yaml | 1 -
.../bindings/mfd/ti,j721e-system-controller.yaml | 2 +-
.../devicetree/bindings/phy/ti,omap-usb2.yaml | 2 +-
.../devicetree/bindings/pwm/pwm-sifive.yaml | 1 -
.../devicetree/bindings/riscv/sifive-l2-cache.yaml | 1 -
.../devicetree/bindings/usb/ti,j721e-usb.yaml | 2 +-
.../devicetree/bindings/usb/ti,keystone-dwc3.yaml | 2 +-
MAINTAINERS | 6 ---
block/fops.c | 2 +
drivers/nvme/host/core.c | 19 +++----
drivers/nvme/host/tcp.c | 63 +++++++++++++++++-----
drivers/of/fdt.c | 2 +-
drivers/of/unittest.c | 16 +++---
drivers/platform/surface/surface3_power.c | 13 +++--
drivers/platform/x86/amd-pmc.c | 42 +++++++++++----
fs/io_uring.c | 24 ++++++---
include/linux/nvme-tcp.h | 1 +
security/selinux/ima.c | 4 +-
18 files changed, 135 insertions(+), 68 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 dd1ae8eaa36 gdb: use a range based for loop when iterating over an array
new 7124770976d Revert "do_target_wait_1: Clear TARGET_WNOHANG if the targe [...]
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/infrun.c | 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 master
in repository gcc.
from 029851fe709 Fix clang warning in pt.cc
new 157cc4e0117 libgcc: fix a warning calling find_fde_tail
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:
libgcc/unwind-dw2-fde-dip.c | 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_gcc_check/master-aarch64
in repository toolchain/ci/gcc.
from 59b8ade8877 [libgomp, testsuite, nvptx] Add libgomp.c/declare-variant-3-sm*.c
adds 9251b457eb8 sccvn: Fix visit_reference_op_call value numbering of vdefs [...]
adds a4066d3a509 tree-optimization/104676 - free nb_iterations after loop di [...]
adds 39be73d07bb bpf: do not --enable-gcov for bpf-*-* targets
adds 029851fe709 Fix clang warning in pt.cc
No new revisions were added by this update.
Summary of changes:
gcc/configure | 14 ++++++++++---
gcc/configure.ac | 10 +++++++++-
gcc/cp/pt.cc | 2 +-
gcc/testsuite/g++.dg/torture/pr104601.C | 32 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr104676.c | 35 +++++++++++++++++++++++++++++++++
gcc/tree-loop-distribution.cc | 2 +-
gcc/tree-ssa-sccvn.cc | 26 +++++++++++++++++-------
libgcc/configure | 31 ++++++++++++++++++-----------
libgcc/configure.ac | 17 +++++++++++-----
9 files changed, 139 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr104601.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr104676.c
--
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_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 7190ae0d39 Automatic date update in version.in
adds 1165955276 gdb/linux-tdep: make read_mapping return a structure
adds 0b313e95a7 gdb/linux-tdep: move "Perms" column right
adds 7ff917016a gdb/darwin: skip over WIFSTOPPED wait4 status
adds dd1ae8eaa3 gdb: use a range based for loop when iterating over an array
No new revisions were added by this update.
Summary of changes:
gdb/darwin-nat.c | 31 ++++++++++---
gdb/linux-tdep.c | 127 +++++++++++++++++++++++++++------------------------
gdb/python/py-type.c | 8 +---
3 files changed, 94 insertions(+), 72 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards a3d20585 0: update: binutils-gcc: 1
new 47b00988 0: update: binutils-gcc: 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 (a3d20585)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1520 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 37596 -> 37680 bytes
04-build_abe-gcc/console.log.xz | Bin 206000 -> 206984 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3820 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2612 -> 2484 bytes
07-check_regression/console.log.xz | Bin 3120 -> 3260 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 10 +-
07-check_regression/results.compare | 35 +-
07-check_regression/results.compare2 | 80 +-
07-check_regression/results.regressions | 35 +-
08-update_baseline/console.log | 453 +--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 10 +-
08-update_baseline/results.compare | 35 +-
08-update_baseline/results.compare2 | 80 +-
08-update_baseline/results.regressions | 35 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 3491464 -> 3465244 bytes
sumfiles/g++.sum | 138 +-
sumfiles/gcc.log.xz | Bin 2979148 -> 3002656 bytes
sumfiles/gcc.sum | 4660 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1028184 -> 1024004 bytes
sumfiles/gfortran.sum | 100 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 190664 -> 190524 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 435032 -> 423920 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2886 insertions(+), 2839 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_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3
in repository toolchain/ci/base-artifacts.
discards 38349535 0: update: binutils-5f62caec8175cf80a29f2bcab2c5077cbfae8c89: 1
new 1b2b65c3 0: update: binutils-gcc-newlib: 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 (38349535)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1624 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 41144 -> 29648 bytes
04-build_abe-stage1/console.log.xz | Bin 84756 -> 82760 bytes
06-build_abe-newlib/console.log.xz | Bin 17484 -> 17860 bytes
07-build_abe-stage2/console.log.xz | Bin 158808 -> 157252 bytes
08-benchmark/benchmark-build.log | 44 ++++---
08-benchmark/benchmark.log | 42 +++----
08-benchmark/console.log.xz | Bin 3064 -> 3060 bytes
09-check_regression/console.log.xz | Bin 1644 -> 1656 bytes
09-check_regression/results-0.csv | 4 +-
09-check_regression/results-1.csv | 4 +-
09-check_regression/results-brief.csv | 4 +-
09-check_regression/results-full.csv | 4 +-
09-check_regression/results-perf-0.csv | 2 +-
09-check_regression/results-perf-1.csv | 4 +-
09-check_regression/results.csv | 4 +-
09-check_regression/results.log | 8 +-
10-update_baseline/console.log | 222 ++++++++++++++++-----------------
10-update_baseline/results-0.csv | 4 +-
10-update_baseline/results-1.csv | 4 +-
10-update_baseline/results-brief.csv | 4 +-
10-update_baseline/results-full.csv | 4 +-
10-update_baseline/results-perf-0.csv | 2 +-
10-update_baseline/results-perf-1.csv | 4 +-
10-update_baseline/results.csv | 4 +-
10-update_baseline/results.log | 8 +-
jenkins/manifest.sh | 20 +--
results_id | 2 +-
29 files changed, 198 insertions(+), 200 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.