This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from b1edae0d5f2e Merge tag 'arc-5.13-rc7-fixes' of git://git.kernel.org/pub [...]
new 9620ad86d0e3 afs: Re-enable freezing once a page fault is interrupted
new 3bd6b8271ee6 PCI: of: Clear 64-bit flag for non-prefetchable memory below 4GB
new a512360f45c9 PCI: tegra194: Fix MCFG quirk build regressions
new b5cf198e74a9 PCI: Mark TI C667X to avoid bus reset
new 4c207e7121fa PCI: Mark some NVIDIA GPUs to avoid bus reset
new ce00322c2365 PCI: Work around Huawei Intelligent NIC VF FLR erratum
new e8946a53e2a6 PCI: Mark AMD Navi14 GPU ATS as broken
new db2f77e2bd99 PCI: Add ACS quirk for Broadcom BCM57414 NIC
new cacf994a91d3 PCI: Add AMD RS690 quirk to enable 64-bit DMA
new f18139966d07 PCI: aardvark: Fix kernel panic during PIO transfer
new 728a748b3ff7 Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/ [...]
The 11 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/pci/fixup.c | 44 ++++++++
drivers/pci/controller/dwc/Makefile | 3 +-
drivers/pci/controller/dwc/pcie-tegra194-acpi.c | 108 +++++++++++++++++++
drivers/pci/controller/dwc/pcie-tegra194.c | 138 ++++--------------------
drivers/pci/controller/pci-aardvark.c | 49 +++++++--
drivers/pci/of.c | 2 +
drivers/pci/quirks.c | 93 +++++++++++++++-
fs/afs/write.c | 13 ++-
8 files changed, 314 insertions(+), 136 deletions(-)
create mode 100644 drivers/pci/controller/dwc/pcie-tegra194-acpi.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.
unknown user pushed a change to branch master
in repository newlib.
from 90a72f27d newlib/doc/makedoc.c: if realloc() fails, exit with an error [...]
new 92068f4cc stdio: Parse 0x0p+00 correctly in scanf
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:
newlib/libc/stdio/vfscanf.c | 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_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/ci/binutils-gdb.
from dd1396b5f0 Automatic date update in version.in
adds d9b45ba2ee Automatic date update in version.in
adds 6bd77506c0 Automatic date update in version.in
adds 88cb287c03 Automatic date update in version.in
adds 4c30ee3286 Automatic date update in version.in
adds de955b29e6 Automatic date update in version.in
adds a81254fae7 Automatic date update in version.in
adds bf57d8eb47 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 852465ce 0: update: binutils-gcc-linux-qemu: boot
new 615f80f3 0: update: binutils-gcc-linux-qemu: boot
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 (852465ce)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 22 +-
02-prepare_abe/console.log | 122 +-
03-build_abe-binutils/console.log | 11269 +++++-----
04-build_abe-stage1/console.log | 13966 ++++++-------
05-build_abe-qemu/console.log | 6758 +++---
06-build_linux/console.log | 731 +-
07-boot_linux/console.log | 496 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 33368 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 33416 insertions(+), 33348 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 3c805829c90 libstdc++: Fix filesystem::path constraints for volatile [P [...]
new ae17634d5fc libstdc++: Replace incorrect static assertion in std::reduc [...]
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/std/numeric | 6 ++++--
libstdc++-v3/testsuite/26_numerics/reduce/95833.cc | 16 ++++++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 libstdc++-v3/testsuite/26_numerics/reduce/95833.cc
--
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 6fc54339634 Fortran - fix conversion to result type for the min/max intrinsic
new 93022946df2 MAINTAINERS: Add myself for write after approval
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.