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(-)