This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 623f6dc593ea Merge branch 'akpm' (patches from Andrew)
new b91c8c42ffdd lib/vdso: Force inlining of __cvdso_clock_gettime_common()
new 92ac971219a2 Merge tag 'timers-urgent-2020-06-11' of git://git.kernel.o [...]
new de308d1815c9 x86/apic: Make TSC deadline timer detection message visible
new 140fd4ac78d3 x86/reboot/quirks: Add MacBook6,1 reboot quirk
new 429ac8b75a0b x86/split_lock: Add Icelake microserver and Tigerlake CPU models
new f8a4bcabadd6 Merge branches 'x86/apic', 'x86/misc' and 'x86/splitlock' [...]
new be25d1b5ea6a x86/cpu: Add Sapphire Rapids CPU model number
new 21998a351512 x86/speculation: Avoid force-disabling IBPB based on STIBP [...]
new dbbe2ad02e9d x86/speculation: Prevent rogue cross-process SSBD shutdown
new 4d8df8cbb915 x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for ind [...]
new d8ad6d39c35d x86_64: Fix jiffies ODR violation
new c7f3d43b629b clocksource: Remove obsolete ifdef
new 72ce778007e5 lib/vdso: Provide sanity check for cycles (again)
new 7778d8417b74 x86/vdso: Unbreak paravirt VDSO clocks
new 6a45a6588839 Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/ [...]
new b3597945c8a7 afs: Fix afs_store_data() to set mtime in new operation de [...]
new a75ca9303175 block/bio-integrity: don't free 'buf' if bio_integrity_add [...]
new 6ac92fb5cdff loop: Fix wrong masking of status flags
new d24de76af836 block: remove the error argument to the block_bio_complete [...]
new 15b81ce5abdc block: nr_sects_write(): Disable preemption on seqcount write
new 48bc3cd3e07a blktrace: use errno instead of bi_status
new 71df3fd82e7c blktrace: fix endianness in get_pdu_int()
new 5aec598c456f blktrace: fix endianness for blk_log_remap()
new d94ecfc39971 blk-mq: split out a __blk_mq_get_driver_tag helper
new 22f614bc0f37 blk-mq: fix blk_mq_all_tag_iter
new 108a58585b19 nvme: do not call del_gendisk() on a disk that was never added
new 6acbd9619b15 nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops
new a40aae6bbf8d nvmet-tcp: constify nvmet_tcp_ops
new c9c12e51b82b nvme-fc: don't call nvme_cleanup_cmd() for AENs
new b97120b15ebd nvme-pci: use simple suspend when a HMB is enabled
new 819f7b88b48f nvmet: fail outstanding host posted AEN req
new 8d20319e2979 pktcdvd: remove redundant initialization of variable ret
new 9a6a5738abf8 umem: remove redundant initialization of variable ret
new a58dfea29731 Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/li [...]
new fd2206e4e97b io_uring: disallow close of ring itself
new 3232dd02af65 io_uring: fix {SQ,IO}POLL with unsupported opcodes
new 25e72d1012b3 io_uring: do build_open_how() only once
new ec65fea5a8d7 io_uring: deduplicate io_openat{,2}_prep()
new d2b6f48b691e io_uring: move send/recv IOPOLL check into prep
new dddb3e26f6d8 io_uring: re-set iov base/len for buffer select retry
new efe68c1ca8f4 io_uring: validate the full range of provided buffers for access
new a8c73c1a614f io_uring: use kvfree() in io_sqe_buffer_register()
new 3af73b286cce io_uring: don't derive close state from ->func
new ac45abc0e2a8 io_uring: remove custom ->func handlers
new d4c81f38522f io_uring: don't arm a timeout through work.func
new f5fa38c59cb0 io_wq: add per-wq work handler instead of per work
new c5b856255cbc io_uring: allow O_NONBLOCK async retry
new 7cdaf587de7c io_uring: avoid whole io_wq_work copy for requests complet [...]
new 405a5d2b2762 io_uring: avoid unnecessary io_wq_work copy for fast poll feature
new e697deed834d io_uring: check file O_NONBLOCK state for accept
new 65a6543da386 io_uring: fix io_kiocb.flags modification race in IOPOLL mode
new b961f8dc8976 Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk [...]
The 52 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/intel-family.h | 2 +
arch/x86/include/asm/vdso/gettimeofday.h | 18 ++
arch/x86/kernel/apic/apic.c | 2 +-
arch/x86/kernel/cpu/bugs.c | 92 ++++---
arch/x86/kernel/cpu/intel.c | 3 +
arch/x86/kernel/process.c | 28 +-
arch/x86/kernel/reboot.c | 8 +
arch/x86/kernel/time.c | 4 -
arch/x86/kernel/vmlinux.lds.S | 4 +-
block/bio-integrity.c | 1 -
block/bio.c | 3 +-
block/blk-mq-tag.c | 39 ++-
block/blk-mq-tag.h | 8 +
block/blk-mq.c | 29 ---
block/blk-mq.h | 1 -
block/blk.h | 2 +
drivers/block/loop.c | 2 +-
drivers/block/pktcdvd.c | 2 +-
drivers/block/umem.c | 2 +-
drivers/nvme/host/core.c | 4 +-
drivers/nvme/host/fc.c | 5 +-
drivers/nvme/host/nvme.h | 3 +-
drivers/nvme/host/pci.c | 6 +
drivers/nvme/host/tcp.c | 8 +-
drivers/nvme/target/core.c | 27 +-
drivers/nvme/target/tcp.c | 4 +-
fs/afs/write.c | 1 +
fs/io-wq.c | 10 +-
fs/io-wq.h | 8 +-
fs/io_uring.c | 424 ++++++++++++++-----------------
include/trace/events/block.h | 6 +-
kernel/time/clocksource.c | 2 -
kernel/trace/blktrace.c | 36 +--
lib/vdso/gettimeofday.c | 13 +-
34 files changed, 416 insertions(+), 391 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-release-aarch64-bootstrap_debug
in repository toolchain/ci/gcc.
from 6dee1cefd81 Daily bump.
adds d76ee72858d Daily bump.
adds cb05b2d55fb Daily bump.
adds abfe42c1fb6 PR fortran/95091 - Buffer overflows with submodules and lon [...]
adds 77137fbd464 PR fortran/95091 - Buffer overflows with submodules and lon [...]
new f2db0516e1a PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075
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/fortran/class.c | 11 ++++++++---
gcc/fortran/decl.c | 2 +-
gcc/testsuite/gfortran.dg/pr95091.f90 | 19 +++++++++++++++++++
gcc/testsuite/gfortran.dg/pr95611.f90 | 7 +++++++
5 files changed, 36 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95091.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95611.f90
--
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-release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 20f58e72 0: update: gcc-6dee1cefd81bd7e5fb1fbee727794e073f5e34a6: 1
new 3afe799b 0: update: gcc-f2db0516e1ad6e1c08ed36b14920422f7699c153: 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 (20f58e72)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 62 +-
02-prepare_abe/console.log | 212 +-
04-build_abe-bootstrap_debug/console.log | 66392 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 66670 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 66689 insertions(+), 66661 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_tx1
in repository toolchain/ci/interesting-commits.
from 4f2c425 Add last-good ffac9597256823612fb63bbab0f9ba3c11255e6b from h [...]
new 232cb0e Add regression 1c0fdaf79e3618fd7512608a2e5c62b6b306e9e8 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_tx1
in repository toolchain/ci/interesting-commits.
from 1a859d7 Add regression 9aadfdd650bc32150c9800b73fb3e5ac83fc5a72 from [...]
new 4f2c425 Add last-good ffac9597256823612fb63bbab0f9ba3c11255e6b 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 f2db0516e1a PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075
new 02f6c5b711b c++: Fix ICE in check_local_shadow with enum [PR95560]
new 74eb19c2499 c++: Fix bogus -Wparentheses warning [PR95344]
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/cp/cp-gimplify.c | 6 ++++++
gcc/cp/name-lookup.c | 4 +++-
gcc/testsuite/c-c++-common/Wparentheses-2.c | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/warn/Wshadow-compatible-local-3.C | 8 ++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/Wparentheses-2.c
create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-compatible-local-3.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_gnu/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 305f58cc 0: update: gcc-006f28aefeb3be575239beddc7febe56dff463a2: 1
new 34a8c351 0: update: gcc-df665e568dcba2fe0b14a6cf0888cc78b4ebbf44: 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 (305f58cc)
\
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 | 184 +-
02-prepare_abe/console.log | 443 +-
04-build_abe-bootstrap_O1/console.log | 71220 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 6 +-
console.log | 71855 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 71872 insertions(+), 71846 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.