This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fb35342f0a68 Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/ [...] new e77836155571 umh: simplify the capability pointer logic new 1907e0fec10c cifs: Add some missing xas_retry() calls new 4bd3e4c7e4e5 cifs: Fix an uninitialised variable new a21be1f5df85 cifs: match even the scope id for ipv6 addresses new 410612b0726b cifs: reuse cifs_match_ipaddr for comparison of dstaddr too new 0268792f77d2 cifs: Fix cifs_write_back_from_locked_folio() new 4c0421fa6df1 iov: Fix netfs_extract_user_to_sg() new b9ee2e307c6b cifs: improve checking of DFS links over STATUS_OBJECT_NAM [...] new 1bcd548d935a cifs: prevent data race in cifs_reconnect_tcon() new 71562809e401 cifs: Fix memory leak in direct I/O new 3162745aad93 Merge tag '6.3-rc-smb3-client-fixes-part2' of git://git.sa [...] new bfaecf465a05 power: supply: fix null pointer check order in __power_sup [...] new f0cf05759497 ABI: testing: sysfs-class-power: Document absence of "pres [...] new 13af134bdc6a dt-bindings: power: supply: Revise Richtek RT9467 compatible name new 0988a0ea7919 Merge tag 'for-v6.3-part2' of git://git.kernel.org/pub/scm [...]
The 15 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/ABI/testing/sysfs-class-power | 3 +- ...tek,rt9467-charger.yaml => richtek,rt9467.yaml} | 6 +- drivers/power/supply/power_supply_core.c | 6 +- fs/cifs/cifsproto.h | 21 +++- fs/cifs/cifssmb.c | 43 +------- fs/cifs/connect.c | 31 +----- fs/cifs/file.c | 11 +- fs/cifs/misc.c | 111 +++++++++++++++++++++ fs/cifs/smb2inode.c | 21 ++-- fs/cifs/smb2ops.c | 23 +++-- fs/cifs/smb2pdu.c | 82 ++++----------- fs/cifs/smbdirect.c | 2 +- fs/netfs/iterator.c | 2 +- kernel/umh.c | 18 +--- 14 files changed, 203 insertions(+), 177 deletions(-) rename Documentation/devicetree/bindings/power/supply/{richtek,rt9467-charger.yaml [...]