This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1501278bb7ba Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.or [...] new 80493877d7d0 Revert "cpumask: fix checking valid cpu range". new 780614ce1988 cifs: fix skipping to incorrect offset in emit_cached_dirents new 2f6f19c7aaad cifs: fix regression in very old smb1 mounts new 977bb6530807 smb3: clarify multichannel warning new 76894f3e2f71 cifs: improve symlink handling for smb2+ new 69ccafdd35cd cifs: fix uninitialised var in smb2_compound_op() new 9ee2afe5207b cifs: prevent copying past input buffer boundaries new ebe98f1447bb cifs: enable caching of directories for which a lease is held new e4029e072673 cifs: find and use the dentry for cached non-root director [...] new d7173623bf0b cifs: use ALIGN() and round_up() macros new a9e17d3d74d1 cifs: fix static checker warning new b854b4ee6643 cifs: fix double-fault crash during ntlmssp new f09bd695af3b smb3: must initialize two ACL struct fields to zero new 625b60d4f951 cifs: lease key is uninitialized in smb1 paths new 2bff0659338e cifs: lease key is uninitialized in two additional functio [...] new e3e9463414f6 smb3: improve SMB3 change notification support new b08cd74448fa Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.sa [...] new 8c7bc6ca3740 clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocks new 57d849636a04 clk: at91: fix the build with binutils 2.27 new c461c677a8cb clk: tegra: Fix Tegra PWM parent clock new aac00c7fa114 clk: test: Switch to clk_hw_get_clk new d77388223240 clk: Drop the rate range on clk_put() new facf949b2e69 clk: Skip clamping when rounding if there's no boundaries new f24a0b1c22c2 clk: Mention that .recalc_rate can return 0 on error new bde8870cd8c3 clk: Clarify clk_get_rate() expectations new 090962b6a90a clk: tests: Add test suites description new 7d79c26b60e6 clk: tests: Add reference to the orphan mux bug report new 350575abec48 clk: tests: Add tests for uncached clock new 02cdeace1e1e clk: tests: Add tests for single parent mux new 74933ef22c1c clk: tests: Add tests for mux with multiple parents new 2e9cad1abc71 clk: tests: Add some tests for orphan with multiple parents new 3afb07231d60 clk: Take into account uncached clocks in clk_set_rate_range() new cb1b1dd96241 clk: Set req_rate on reparenting new 718af795d3fd clk: Change clk_core_init_rate_req prototype new 8cd9c39dce5b clk: Move clk_core_init_rate_req() from clk_core_round_rat [...] new c35e84b09776 clk: Introduce clk_hw_init_rate_request() new 11c84a38fcff clk: Add our request boundaries in clk_core_init_rate_req new 666650b25ac4 clk: Switch from __clk_determine_rate to clk_core_round_ra [...] new 1234a2c40b8c clk: Introduce clk_core_has_parent() new 22fb0e284fbc clk: Constify clk_has_parent() new 262ca38f4b6e clk: Stop forwarding clk_rate_requests to the parent new b46fd8dbe8ad clk: Zero the clk_rate_request structure new 253993253466 clk: Introduce the clk_hw_get_rate_range function new af1e62f2ffe2 clk: qcom: clk-rcg2: Take clock boundaries into considerat [...] new 433fb8a611ca clk: tests: Add missing test case for ranges new 096f2a0c6469 clk: Update req_rate on __clk_recalc_rates() new 589a2004881f clk: tests: Add tests for notifiers new b05ea3314390 clk: mediatek: clk-mux: Add .determine_rate() callback new a7b78befbce2 Merge branch 'clk-rate-range' into clk-next new 2fcd8f108f25 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/ [...] new 4f001a21080f Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5 new bb1435f3f575 Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_T [...] new fc8c2d8ff206 kbuild: Stop including vmlinux.bz2 in the rpm's new 11df33c36c4b modpost: put modpost options before argument new 04518e4c2edc scripts/clang-tools: Convert clang-tidy args to list new c67a85bee78d kbuild: add -fno-discard-value-names to cmd_cc_ll_c new 3753af778dd9 kbuild: fix single directory build new 0a6de78cff60 lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 [...] new 2df76606db9d Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/ [...]
The 59 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: Makefile | 2 + drivers/clk/at91/clk-generated.c | 5 +- drivers/clk/at91/clk-master.c | 9 +- drivers/clk/at91/clk-peripheral.c | 4 +- drivers/clk/clk-composite.c | 6 +- drivers/clk/clk-divider.c | 20 +- drivers/clk/clk.c | 286 ++++-- drivers/clk/clk_test.c | 1637 ++++++++++++++++++++++++++++++-- drivers/clk/mediatek/clk-mux.c | 10 + drivers/clk/qcom/clk-rcg2.c | 9 + drivers/clk/qcom/gcc-msm8660.c | 11 - drivers/clk/tegra/clk-tegra114.c | 1 + drivers/clk/tegra/clk-tegra124.c | 1 + drivers/clk/tegra/clk-tegra20.c | 1 + drivers/clk/tegra/clk-tegra210.c | 1 + drivers/clk/tegra/clk-tegra30.c | 1 + fs/cifs/cached_dir.c | 469 +++++---- fs/cifs/cached_dir.h | 20 +- fs/cifs/cifs_ioctl.h | 8 + fs/cifs/cifsfs.c | 9 +- fs/cifs/cifsglob.h | 48 +- fs/cifs/cifsproto.h | 13 +- fs/cifs/cifssmb.c | 2 +- fs/cifs/connect.c | 22 +- fs/cifs/dir.c | 32 +- fs/cifs/file.c | 45 +- fs/cifs/inode.c | 176 ++-- fs/cifs/ioctl.c | 25 +- fs/cifs/link.c | 107 +-- fs/cifs/readdir.c | 31 +- fs/cifs/sess.c | 34 +- fs/cifs/smb1ops.c | 56 +- fs/cifs/smb2file.c | 127 ++- fs/cifs/smb2inode.c | 170 ++-- fs/cifs/smb2misc.c | 2 +- fs/cifs/smb2ops.c | 149 ++- fs/cifs/smb2pdu.c | 75 +- fs/cifs/smb2pdu.h | 3 + fs/cifs/smb2proto.h | 25 +- include/linux/clk-provider.h | 18 +- include/linux/clk.h | 2 +- include/linux/clk/at91_pmc.h | 6 +- include/linux/cpumask.h | 19 +- lib/Kconfig.debug | 10 +- scripts/Makefile.build | 2 +- scripts/Makefile.modpost | 2 +- scripts/clang-tools/run-clang-tools.py | 11 +- scripts/package/mkspec | 2 - 48 files changed, 2816 insertions(+), 908 deletions(-)