This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from e729dbe8ea1c Merge tag 'acpi-5.18-rc1-2' of git://git.kernel.org/pub/sc [...]
new 6f4abbaa1bd3 drivers/virtio: Enable virtio mem for ARM64
new d3bb267bbdcb vhost: cache avail index in vhost_enable_notify()
new 8897d6d0fcc9 vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvf
new cce0ab2b2a39 vhost_vdpa: don't setup irq offloading when irq_num < 0
new ad5c5690de57 vDPA/ifcvf: implement device MSIX vector allocator
new 9b3e81483400 vDPA/ifcvf: implement shared IRQ feature
new 6f84622db395 vDPA/ifcvf: cacheline alignment for ifcvf_hw
new 504c1cabe325 mm/balloon_compaction: make balloon page compaction callba [...]
new 90a6951b58e9 Add definition of VIRTIO_F_IN_ORDER feature bit
new 13d640a3e9a3 virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
new 24e19590628b virtio-crypto: introduce akcipher service
new 59ca6c93387d virtio-crypto: implement RSA algorithm
new ea993de113b8 virtio-crypto: rename skcipher algs
new 1e00e821e4ca net/mlx5: Add support for configuring max device MTU
new d80dc15bb6e7 virtio_ring: rename vring_unmap_state_packed() to vring_un [...]
new b4282ebc71aa virtio_ring: remove flags check for unmap split indirect desc
new 920379a465da virtio_ring: remove flags check for unmap packed indirect desc
new 06f05bc52269 tools/virtio: fix after premapped buf support
new f03560a57c1f tools/virtio: compile with -pthread
new 8d65bc9a5be3 virtio: use virtio_device_ready() in virtio_device_restore()
new c1ddc42da2b2 drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.
new c7114b1249fa drivers/net/virtio_net: Added basic RSS support.
new 91f41f01d219 drivers/net/virtio_net: Added RSS hash report.
new c11708209df2 drivers/net/virtio_net: Added RSS hash report control.
new 7b79edfb862d Revert "virtio-pci: harden INTX interrupts"
new eb4cecb453a1 Revert "virtio_pci: harden MSI-X interrupts"
new 3f63a1d7f6f5 virtio: pci: check bar values read from virtio config space
new f1781bedea8c vdpa/mlx5: re-create forwarding rules after mac modified
new a61280ddddaa vdpa: support exposing the config size to userspace
new 81d46d693173 vdpa: change the type of nvqs to u32
new b04d910af330 vdpa: support exposing the count of vqs to userspace
new 03a91c9af2c4 vhost: handle error while adding split ranges to iotlb
new ad6dc1daaf29 vdpa/mlx5: Avoid processing works if workqueue was destroyed
new f4f5d7cfb2e5 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new c726031a9d15 auxdisplay: lcd2s: Fix multi-line comment style
new 44bb3f038eb5 auxdisplay: lcd2s: make use of device property API
new f15c3dea5ed7 auxdisplay: lcd2s: use module_i2c_driver to simplify the code
new 8fefb3134f34 auxdisplay: lcd2s: Switch to i2c ->probe_new()
new 13de23494f38 auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()
new d4f1db771599 Merge tag 'auxdisplay-for-linus-v5.18-rc1' of https://gith [...]
new cf6e4bc16dba watchdog: imx2_wdg: Alow ping on suspend
new d055ef3a2c69 watchdog: rti-wdt: Add missing pm_runtime_disable() in pro [...]
new 4ed1a6b6e66d watchdog: aspeed: add nowayout support
new ba6c89ab3b58 watchdog: Improve watchdog_dev function documentation
new 7198d62c6687 dt-bindings: watchdog: renesas-wdt: Document r8a779f0 support
new 823a20e3c78b watchdog: renesas_wdt: Add R-Car Gen4 support
new cd91fb277696 watchdog: allow building BCM7038_WDT for BCM4908
new 7a6b3d8a432d watchdog: orion_wdt: support pretimeout on Armada-XP
new 1aea522809e6 watchdog: ixp4xx: Implement restart
new abd71a948f7a Watchdog: sp5100_tco: Move timer initialization into function
new 1f182aca2300 Watchdog: sp5100_tco: Refactor MMIO base address initialization
new 0578fff4aae5 Watchdog: sp5100_tco: Add initialization using EFCH MMIO
new 826270373f17 Watchdog: sp5100_tco: Enable Family 17h+ CPUs
new 354b8bf222ee Merge tag 'linux-watchdog-5.18-rc1' of git://www.linux-wat [...]
The 54 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/watchdog/renesas,wdt.yaml | 5 +
drivers/auxdisplay/lcd2s.c | 55 +-
drivers/crypto/virtio/Kconfig | 3 +
drivers/crypto/virtio/Makefile | 3 +-
.../crypto/virtio/virtio_crypto_akcipher_algs.c | 585 +++++++++++++++++++++
drivers/crypto/virtio/virtio_crypto_common.h | 7 +-
drivers/crypto/virtio/virtio_crypto_core.c | 6 +-
drivers/crypto/virtio/virtio_crypto_mgr.c | 17 +-
...crypto_algs.c => virtio_crypto_skcipher_algs.c} | 4 +-
drivers/net/virtio_net.c | 389 +++++++++++++-
drivers/vdpa/ifcvf/ifcvf_base.c | 124 ++---
drivers/vdpa/ifcvf/ifcvf_base.h | 24 +-
drivers/vdpa/ifcvf/ifcvf_main.c | 317 +++++++++--
drivers/vdpa/mlx5/net/mlx5_vnet.c | 84 ++-
drivers/vdpa/vdpa.c | 6 +-
drivers/vhost/iotlb.c | 6 +-
drivers/vhost/vdpa.c | 45 +-
drivers/vhost/vhost.c | 3 +-
drivers/virtio/Kconfig | 7 +-
drivers/virtio/virtio.c | 5 +-
drivers/virtio/virtio_pci_common.c | 48 +-
drivers/virtio/virtio_pci_common.h | 7 +-
drivers/virtio/virtio_pci_legacy.c | 5 +-
drivers/virtio/virtio_pci_modern.c | 18 +-
drivers/virtio/virtio_pci_modern_dev.c | 9 +-
drivers/virtio/virtio_ring.c | 53 +-
drivers/watchdog/Kconfig | 2 +-
drivers/watchdog/aspeed_wdt.c | 7 +
drivers/watchdog/imx2_wdt.c | 27 +-
drivers/watchdog/ixp4xx_wdt.c | 14 +
drivers/watchdog/orion_wdt.c | 13 +-
drivers/watchdog/renesas_wdt.c | 1 +
drivers/watchdog/rti_wdt.c | 1 +
drivers/watchdog/sp5100_tco.c | 334 ++++++++----
drivers/watchdog/sp5100_tco.h | 7 +
drivers/watchdog/watchdog_dev.c | 244 ++++-----
include/linux/balloon_compaction.h | 22 -
include/linux/vdpa.h | 9 +-
include/uapi/linux/vhost.h | 7 +
include/uapi/linux/virtio_config.h | 6 +
include/uapi/linux/virtio_crypto.h | 82 ++-
mm/balloon_compaction.c | 6 +-
tools/virtio/Makefile | 3 +-
tools/virtio/linux/dma-mapping.h | 4 +-
44 files changed, 2054 insertions(+), 570 deletions(-)
create mode 100644 drivers/crypto/virtio/virtio_crypto_akcipher_algs.c
rename drivers/crypto/virtio/{virtio_crypto_algs.c => virtio_crypto_skcipher_algs. [...]
--
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_native_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 7c12b5fb 0: update: gdb-0653f01479ecbcbf3c4dfa6083187a5b2c2258c2: 1
new 36e7e28d 0: update: glibc-b416555431b47a21a855f225c6f5368ae4e4d56c: 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 (7c12b5fb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1592 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 37472 -> 36552 bytes
04-build_abe-gcc/console.log.xz | Bin 215512 -> 215340 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 10972 -> 10996 bytes
07-build_abe-glibc/console.log.xz | Bin 234424 -> 236128 bytes
08-build_abe-gdb/console.log.xz | Bin 37384 -> 34476 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3868 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2620 -> 2604 bytes
11-check_regression/console.log.xz | Bin 3176 -> 3052 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 4 +
11-check_regression/results.compare | 32 +-
11-check_regression/results.compare2 | 50 +-
11-check_regression/results.regressions | 32 +-
12-update_baseline/console.log | 548 ++--
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 4 +
12-update_baseline/results.compare | 32 +-
12-update_baseline/results.compare2 | 50 +-
12-update_baseline/results.regressions | 32 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3628416 -> 3674808 bytes
sumfiles/g++.sum | 130 +-
sumfiles/gcc.log.xz | Bin 3178612 -> 3175268 bytes
sumfiles/gcc.sum | 4564 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1067436 -> 1060416 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2268 -> 2268 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 213076 -> 213916 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 432072 -> 443084 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 2784 insertions(+), 2784 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_bootstrap/master-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards d21aba23 2: update: binutils-gcc: 0
new a87c7dbc 2: update: binutils-gcc: 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 (d21aba23)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1576 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2716 bytes
04-build_abe-binutils/console.log.xz | Bin 25412 -> 25104 bytes
06-check_regression/console.log.xz | Bin 416 -> 412 bytes
07-update_baseline/console.log | 48 +++++++++++++++++------------------
jenkins/manifest.sh | 12 ++++-----
6 files changed, 30 insertions(+), 30 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 49a82d50c0e Remove dbx mode
new 59f837cb11e gdb: initialize ctf_context::builder in create_partial_symtab
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/ctfread.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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/qemu.
from aea6e47108 Update version for v7.0.0-rc2 release
adds bf37d537e6 schemas: add missing vim modeline
adds 97cd74f772 qapi: BlockExportRemoveMode: move comments to TODO
adds abbf04731f qapi: fix example of BLOCK_IMAGE_CORRUPTED event
adds 39e8bb223e qapi: fix example of BLOCK_IO_ERROR event
adds 2c29d9b04b qapi: fix example of BLOCK_JOB_PENDING event
adds 077a5b1ec3 qapi: fix example of DUMP_COMPLETED event
adds dba673b9ab qapi: fix example of MEMORY_DEVICE_SIZE_CHANGE event
adds 0df5e9a301 qapi: fix example of UNPLUG_PRIMARY event
adds 121c25b077 qapi: fix example of FAILOVER_NEGOTIATED event
adds d219119fe3 qapi: fix examples: SHUTDOWN and RESET events
adds 1c4ec79114 qapi: run-state examples: add missing @timestamp
adds 05df03cfd3 qapi: fix example of MEMORY_FAILURE
adds aecba61786 qapi: ui examples: add missing @websocket member
adds 69bd6cb829 qapi: fix example of ACPI_DEVICE_OST event
adds 4375cf9868 qapi: fix example of dump-guest-memory
adds cace6c6f3a Merge tag 'pull-qapi-2022-03-31' of git://repo.or.cz/qemu/ar [...]
No new revisions were added by this update.
Summary of changes:
qapi/acpi.json | 5 +++--
qapi/block-core.json | 14 +++++++-------
qapi/block-export.json | 10 +++++-----
qapi/dump.json | 9 +++++----
qapi/machine.json | 3 ++-
qapi/migration.json | 4 +++-
qapi/net.json | 6 ++++--
qapi/pragma.json | 3 +++
qapi/run-state.json | 16 +++++++++++-----
qapi/ui.json | 12 ++++++------
10 files changed, 49 insertions(+), 33 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_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 7f2ddf7400 stdlib: Fix tst-getrandom memcmp call
adds b416555431 realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]
No new revisions were added by this update.
Summary of changes:
stdlib/canonicalize.c | 9 ++++++---
stdlib/test-canon.c | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.