This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d7ee5bdce789 Merge tag 'firewire-fixes-6.17-rc1' of git://git.kernel.or [...] new 0af1561b2d60 smb: client: fix race with concurrent opens in unlink(2) new d84291fc7453 smb: client: fix race with concurrent opens in rename(2) new b63335fb3d32 cifs: Fix collect_sample() to handle any iterator type new d7f1affc556e cifs: avoid extra calls to strlen() in cifs_get_spnego_key() new 7d34ec36abb8 smb3: fix for slab out of bounds on mount to ksmbd new e3835731e169 smb: client: fix mid_q_entry memleak leak with per-mid locking new 8c48e1c75203 smb: client: don't wait for info->send_pending == 0 on error new e3f776d30a56 cifs: update internal version number new e19d8dd694d2 smb: client: remove redundant lstrp update in negotiate protocol new 55ddcff7358a Merge tag '6.17-rc1-smb3-client-fixes' of git://git.samba. [...] new b6bcbce33596 soc/tegra: pmc: Ensure power-domains are in a known state new 66ba63d4d87b Merge tag 'pmdomain-v6.17-rc1' of git://git.kernel.org/pub [...] new 56bdf7270ff4 Revert "gpio: mlxbf3: only get IRQ for device instance 0" new 810bd9066fb1 gpio: mlxbf3: use platform_get_irq_optional() new 7bb7780e3c84 Merge tag 'gpio-fixes-for-v6.17-rc2' of git://git.kernel.o [...] new 0db77eccd964 ALSA: hda/realtek: Add Framework Laptop 13 (AMD Ryzen AI 3 [...] new b26e2afb3834 ALSA: hda/realtek: Fix headset mic on HONOR BRB-X new 23cbfd6fed78 ALSA: azt3328: Put __maybe_unused for inline functions for [...] new ee8f1613596a Revert "ALSA: hda: Add ASRock X670E Taichi to denylist" new 0e270f32975f ASoC: fsl_sai: replace regmap_write with regmap_update_bits new 43e0da37d5cf ASoC: codecs: tx-macro: correct tx_macro_component_drv name new 7cdadac0d2b3 ASoC: codec: sma1307: replace spelling mistake with new er [...] new f13ab498726b ASoC: generic: tidyup standardized ASoC menu for generic new 633e391d45bd ASoC: rt721: fix FU33 Boost Volume control not working new f48d7a1b0bf1 ASoC: rt1320: fix random cycle mute issue new b11f2a974540 ASoC: tas2781: Fix spelling mistake "dismatch" -> "mismatch" new dcb82900b12f ASoC: codecs: Call strscpy() with correct size argument new 0ebbab41fba1 ASoC: stm: stm32_i2s: Fix calc_clk_div() error handling in [...] new 47ed64db8c17 ASoC: tas2781: Normalize the volume kcontrol name new e26ad671172f Merge tag 'asoc-fix-v6.17-rc1' of https://git.kernel.org/p [...] new d832ccbc301f ALSA: usb-audio: Validate UAC3 power domain descriptors, too new ecfd41166b72 ALSA: usb-audio: Validate UAC3 cluster segment descriptors new c345102d1fee ALSA: hda/tas2781: Normalize the volume kcontrol name new 8d084337a32f Merge tag 'sound-6.17-rc2' of git://git.kernel.org/pub/scm [...]
The 34 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: drivers/gpio/gpio-mlxbf3.c | 54 +++++++------------- drivers/soc/tegra/pmc.c | 51 ++++++++++-------- fs/smb/client/cifs_spnego.c | 47 +++++++---------- fs/smb/client/cifsfs.h | 4 +- fs/smb/client/cifsglob.h | 21 ++++++++ fs/smb/client/cifstransport.c | 19 ++++--- fs/smb/client/compress.c | 71 ++++++++------------------ fs/smb/client/connect.c | 9 ++-- fs/smb/client/inode.c | 34 +++++++++++- fs/smb/client/smb2ops.c | 15 ++++-- fs/smb/client/smb2transport.c | 1 + fs/smb/client/smbdirect.c | 10 ++-- fs/smb/client/transport.c | 7 ++- sound/hda/codecs/realtek/alc269.c | 2 + sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 2 +- sound/hda/controllers/intel.c | 1 - sound/pci/azt3328.c | 8 +-- sound/soc/Kconfig | 4 +- sound/soc/codecs/aw87390.c | 8 ++- sound/soc/codecs/aw88081.c | 5 +- sound/soc/codecs/aw88166.c | 8 ++- sound/soc/codecs/aw88261.c | 8 ++- sound/soc/codecs/aw88395/aw88395.c | 8 ++- sound/soc/codecs/aw88399.c | 8 ++- sound/soc/codecs/lpass-tx-macro.c | 2 +- sound/soc/codecs/rt1320-sdw.c | 3 +- sound/soc/codecs/rt721-sdca.c | 2 + sound/soc/codecs/rt721-sdca.h | 4 ++ sound/soc/codecs/sma1307.c | 2 +- sound/soc/codecs/tas2781-i2c.c | 6 +-- sound/soc/fsl/fsl_sai.c | 20 ++++---- sound/soc/stm/stm32_i2s.c | 7 +-- sound/usb/stream.c | 25 +++++++-- sound/usb/validate.c | 12 +++++ 34 files changed, 262 insertions(+), 226 deletions(-)