This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from fa2e1ba3e9e3 Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/l [...]
new 77965c98cffe pwm: Move legacy driver handling into a dedicated function
new 92f69e582e15 pwm: Prevent a glitch for legacy drivers
new e45a178e9e28 pwm: Restore initial state if a legacy callback fails
new 5e93d7782f7f pwm: twl: Implement .apply() callback
new 0ee11b87c38b pwm: img: Implement .apply() callback
new 14d8956548ad pwm: vt8500: Implement .apply() callback
new b6ce2af8766c pwm: img: Use only a single idiom to get a runtime PM reference
new 3f0565451cc0 dt-bindings: pwm: Avoid selecting schema on node name match
new 41652aae67c7 Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/s [...]
new 21ab79958576 vfio/pci: Resolve sparse endian warnings in IGD support
new 2bed2ced40c9 vfio/iommu_type1: replace kfree with kvfree
new c5a0b6e40d0b Merge tag 'vfio-v5.17-rc1' of git://github.com/awilliam/li [...]
new 294277410cf3 ksmbd: use oid registry functions to decode OIDs
new 80917f17e3f9 ksmbd: Remove unused parameter from smb2_get_name()
new 305f8bda15eb ksmbd: Remove unused fields from ksmbd_file struct definition
new a58b45a4dbfd ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
new 71cd9cb680cb ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTER [...]
new ce53d365378c ksmbd: fix multi session connection failure
new e230d0133784 ksmbd: Fix buffer_check_err() kernel-doc comment
new 4bfd9eed15e1 ksmbd: Fix smb2_set_info_file() kernel-doc comment
new f5c381392948 ksmbd: Delete an invalid argument description in smb2_popu [...]
new d4eeb82674ac ksmbd: Fix smb2_get_name() kernel-doc comment
new 31928a001bed ksmbd: register ksmbd ib client with ib_register_client()
new cb097b3dd5ec ksmbd: set 445 port to smbdirect port by default
new 004443b3f6d7 ksmbd: add support for smb2 max credit parameter
new 914d7e5709ac ksmbd: move credit charge deduction under processing request
new b589f5db6d4a ksmbd: limits exceeding the maximum allowable outstanding [...]
new 99b7650ac518 ksmbd: smbd: call rdma_accept() under CM handler
new 41dbda16a090 ksmbd: add reserved room in ipc request/response
new c9f189271cff ksmbd: smbd: create MR pool
new 4d02c4fdc0e2 ksmbd: smbd: change the default maximum read/write, receive size
new 136dff3a6b71 ksmbd: add smb-direct shutdown
new 2fd5dcb1c8ef ksmbd: smbd: fix missing client's memory region invalidation
new b207602fb045 ksmbd: uninitialized variable in create_socket()
new ac090d9c90b0 ksmbd: fix guest connection failure with nautilus
new 67ed868d2371 Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba. [...]
new 2d7c86a8f9cd libceph: generalize addr/ip parsing based on delimiter
new 4153c7fc937a libceph: rename parse_fsid() to ceph_parse_fsid() and export
new 7b19b4db5add ceph: new device mount syntax
new 2167f2cc686a ceph: record updated mon_addr on remount
new e1b9eb50763d doc: document new CephFS mount device syntax
new adbed05ed62d ceph: mount syntax module parameter
new 8e55ba8caae5 ceph: Fix incorrect statfs report for small quota
new 435a120a47ee rbd: make const pointer spaces a static const array
new af9ceae83cd2 ceph: drop send metrics debug message
new 0078ea3b0566 ceph: don't check for quotas on MDS stray dirs
new 94cc0877cad0 ceph: add new "nopagecache" option
new 76bdbc7ac777 ceph: remove redundant Lsx caps check
new a0b3a15eab6b ceph: move CEPH_SUPER_MAGIC definition to magic.h
new 64f29d8856a9 Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/cep [...]
The 50 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:
Documentation/devicetree/bindings/pwm/pwm.yaml | 2 +
Documentation/filesystems/ceph.rst | 25 ++-
drivers/block/rbd.c | 5 +-
drivers/pwm/core.c | 139 +++++++------
drivers/pwm/pwm-img.c | 35 +++-
drivers/pwm/pwm-twl.c | 62 +++++-
drivers/pwm/pwm-vt8500.c | 57 +++++-
drivers/vfio/pci/vfio_pci_igd.c | 15 +-
drivers/vfio/vfio_iommu_type1.c | 2 +-
fs/ceph/caps.c | 3 +-
fs/ceph/file.c | 24 ++-
fs/ceph/metric.c | 2 -
fs/ceph/quota.c | 17 ++
fs/ceph/super.c | 169 +++++++++++++++-
fs/ceph/super.h | 28 +--
fs/ksmbd/asn1.c | 142 ++------------
fs/ksmbd/auth.c | 27 +--
fs/ksmbd/auth.h | 10 +-
fs/ksmbd/connection.c | 10 +-
fs/ksmbd/connection.h | 12 +-
fs/ksmbd/ksmbd_netlink.h | 12 +-
fs/ksmbd/mgmt/user_config.c | 10 +
fs/ksmbd/mgmt/user_config.h | 1 +
fs/ksmbd/mgmt/user_session.h | 1 -
fs/ksmbd/smb2misc.c | 18 +-
fs/ksmbd/smb2ops.c | 16 +-
fs/ksmbd/smb2pdu.c | 222 +++++++++++----------
fs/ksmbd/smb2pdu.h | 1 +
fs/ksmbd/smb_common.h | 1 +
fs/ksmbd/transport_ipc.c | 2 +
fs/ksmbd/transport_rdma.c | 261 +++++++++++++++++++------
fs/ksmbd/transport_rdma.h | 4 +-
fs/ksmbd/transport_tcp.c | 3 +-
fs/ksmbd/vfs_cache.h | 10 -
include/linux/ceph/libceph.h | 3 +-
include/linux/ceph/messenger.h | 2 +-
include/uapi/linux/magic.h | 1 +
net/ceph/ceph_common.c | 18 +-
net/ceph/messenger.c | 15 +-
39 files changed, 907 insertions(+), 480 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-arm
in repository toolchain/ci/gcc.
from 30f2c22def7 c++: template-id with current inst qualifier [PR102300]
adds ad4188f8385 tree-optimization/104114 - avoid diagnosing V1mode lowering
adds 8bc700f4c3f Enhance vec_pack_trunc for integral mode mask.
new 7b78dee64de testsuite: Add -Wno-psabi to pr47639.C testcase
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/testsuite/g++.dg/opt/pr47639.C | 2 +-
gcc/testsuite/gcc.target/i386/mask-pack-prefer128.c | 8 ++++++++
gcc/testsuite/gcc.target/i386/mask-pack-prefer256.c | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr103771.c | 18 ++++++++++++++++++
gcc/tree-vect-generic.cc | 5 ++++-
gcc/tree-vect-stmts.cc | 11 +++++++----
6 files changed, 46 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/mask-pack-prefer128.c
create mode 100644 gcc/testsuite/gcc.target/i386/mask-pack-prefer256.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103771.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-arm
in repository toolchain/ci/base-artifacts.
discards 54d87bb5 0: update: binutils-gcc: 1
new 9b306aa9 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 (54d87bb5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (9b306aa9)
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 1512 -> 1524 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 51304 -> 50248 bytes
04-build_abe-gcc/console.log.xz | Bin 237872 -> 235288 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3848 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2640 -> 2552 bytes
07-check_regression/console.log.xz | Bin 2572 -> 2352 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 32 +-
08-update_baseline/console.log | 255 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 32 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2722412 -> 2762568 bytes
sumfiles/g++.sum | 130 +-
sumfiles/gcc.log.xz | Bin 2301424 -> 2308640 bytes
sumfiles/gcc.sum | 4610 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 890744 -> 892980 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 187936 -> 187840 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 459924 -> 471024 bytes
sumfiles/libstdc++.sum | 12 +-
27 files changed, 2557 insertions(+), 2620 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 gcc.
from 6d51a27fb17 Fix Werror=format-diag with --disable-nls.
new 0042ca7b770 arm: Disambiguate multiple crypto patterns with the same name.
new c471ee0f05d arm: Consistently use crypto_mode attribute in crypto patterns
new facbc2368c8 arm: Add option for mitigating against Cortex-A CPU erratum [...]
new bc13384e195 arm: add basic mitigation for Cortex-A AES errata
new 2078550a005 arm: suppress aes erratum when forwarding from aes
new 997070498b0 arm: elide some cases where the AES erratum workaround is n [...]
new 9b42782366b arm: Add test for AES erratum mitigation
The 7 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/config/arm/arm-cpus.in | 9 +-
gcc/config/arm/arm.cc | 9 +
gcc/config/arm/arm.opt | 10 +
gcc/config/arm/crypto.md | 227 ++++++++++++++++-----
gcc/config/arm/unspecs.md | 1 +
gcc/doc/invoke.texi | 11 +
.../gcc.target/arm/crypto-vaese-erratum1.c | 28 +++
7 files changed, 242 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/crypto-vaese-erratum1.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_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e61633eb 2: update: binutils-gcc-linux-qemu: 19945
new 108679d7 2: update: binutils-gcc-linux-qemu: 19959
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 (e61633eb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1580 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30448 -> 30380 bytes
04-build_abe-stage1/console.log.xz | Bin 71596 -> 71572 bytes
05-build_abe-qemu/console.log.xz | Bin 30364 -> 30168 bytes
06-build_linux/console.log.xz | Bin 48232 -> 47356 bytes
08-check_regression/console.log.xz | Bin 484 -> 484 bytes
09-update_baseline/console.log | 26 +++++++++++++-------------
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
10 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.