This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d6c338a74129 Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub [...] new c8b177b6e3a0 ALSA: usb-audio: Add registration quirk for JBL Quantum 800 new 8491f59e3b13 ALSA: vx222: fix null-ptr-deref new 9d2e19e34962 ALSA: gus: Fix repeated probes of snd_gus_create() new c5433f026b27 ALSA: gus: Fix repeated probe for ISA interwave card new cd5e4efde23a ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency new 5f939f497710 ASoC: audio-graph: respawn Platform Support new 2a6a0a03117e ASoC: samsung: s3c24xx_simtec: fix spelling mistake "devic [...] new 940ffa194547 ASoC: mediatek: SND_SOC_MT8195 should depend on ARCH_MEDIATEK new 222039a2503e ASoC: dt-bindings: mt8195: remove dependent headers in the [...] new 0f2ef911de0b Merge tag 'asoc-v5.15' into asoc-5.15 new 0866d645b76d ASoC: rt5682: fix headset background noise when S3 state new 4f89ff026ddb ASoC: dt-bindings: fsl_rpmsg: Add compatible string for i.MX8ULP new b3dded7e2f98 ASoC: Intel: boards: Fix CONFIG_SND_SOC_SDW_MOCKUP select new 7eac1e24fbf6 ASoC: mt8195: correct the dts parsing logic about DPTX and HDMITX new fcb958ee8e83 ASoC: rockchip: i2s: Fix concurrency between tx/rx new 25fca8c9e0d7 Merge tag 'asoc-fix-v5.15-rc1' of https://git.kernel.org/p [...] new ae79394a6285 Merge tag 'sound-fix-5.15-rc1' of git://git.kernel.org/pub [...] new 6f93e834fa7c btrfs: fix upper limit for max_inline for page size 64K new cde7417ce487 btrfs: use correct header for div_u64 in misc.h new 8f96a5bfa150 btrfs: update the bdev time directly when closing new 3fa421dedbc8 btrfs: delay blkdev_put until after the device remove new c124706900c2 btrfs: fix lockdep warning while mounting sprout fs new f79645df8065 btrfs: zoned: fix double counting of split ordered extent new 8dde20867c44 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/l [...] new da1e7ada5b62 ksmbd: fix lookup on idmapped mounts new 475d6f98804c ksmbd: fix translation in smb2_populate_readdir_entry() new 3cdc20e72c3d ksmbd: fix translation in create_posix_rsp_buf() new 43205ca7192a ksmbd: fix translation in ksmbd_acls_fattr() new 0e844efebdf9 ksmbd: fix translation in acl entries new f0bb29d5c65b ksmbd: fix subauth 0 handling in sid_to_id() new 55cd04d75e63 ksmbd: fix translation in sid_to_id() new 9467a0ce486c ndr: fix translation in ndr_encode_posix_acl() new eb5784f0c6ef ksmbd: ensure error is surfaced in set_file_basic_info() new db7fb6fe3d7a ksmbd: remove setattr preparations in set_file_basic_info() new 28a5d3de9d65 ksmbd: defer notify_change() call new d475866eeed8 ksmbd: Reduce error log 'speed is unknown' to debug new 72d6cbb533d4 ksmbd: smbd: fix dma mapping error in smb_direct_post_send_data new 687c59e702f4 ksmbd: remove unused ksmbd_file_table_flush function new 303fff2b8c77 ksmbd: add validation for ndr read/write functions new 36bbeb336584 ksmbd: add missing assignments to ret on ndr_read_int64 re [...] new 4ffd5264e8ec ksmbd: fix read of uninitialized variable ret in set_file_ [...] new 4cf0ccd033d9 ksmbd: fix control flow issues in sid_to_id() new bf9f243f23e6 Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbd
The 43 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/sound/fsl,rpmsg.yaml | 1 + .../devicetree/bindings/sound/mt8195-afe-pcm.yaml | 40 +-- fs/btrfs/disk-io.c | 48 +-- fs/btrfs/ioctl.c | 15 +- fs/btrfs/misc.h | 2 +- fs/btrfs/ordered-data.c | 8 + fs/btrfs/volumes.c | 48 ++- fs/btrfs/volumes.h | 3 +- fs/ksmbd/ndr.c | 383 +++++++++++++++------ fs/ksmbd/oplock.c | 6 +- fs/ksmbd/smb2pdu.c | 69 ++-- fs/ksmbd/smb_common.c | 4 +- fs/ksmbd/smb_common.h | 1 - fs/ksmbd/smbacl.c | 79 +++-- fs/ksmbd/smbacl.h | 25 ++ fs/ksmbd/transport_rdma.c | 2 +- fs/ksmbd/vfs.c | 47 +-- fs/ksmbd/vfs.h | 3 +- fs/ksmbd/vfs_cache.c | 16 - fs/ksmbd/vfs_cache.h | 1 - sound/isa/gus/gus_main.c | 44 ++- sound/isa/gus/interwave.c | 61 ++-- sound/pci/vx222/vx222.c | 1 + sound/soc/codecs/rt5682.c | 3 - sound/soc/generic/audio-graph-card.c | 6 + sound/soc/intel/boards/Kconfig | 2 +- sound/soc/mediatek/Kconfig | 3 +- .../mediatek/mt8195/mt8195-mt6359-rt1019-rt5682.c | 22 +- sound/soc/rockchip/rockchip_i2s.c | 7 + sound/soc/samsung/s3c24xx_simtec.c | 2 +- sound/usb/quirks.c | 1 + 31 files changed, 601 insertions(+), 352 deletions(-)