This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from edc00350d205 Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linux new 3a73746b267e RDMA/rxe: Fix inaccurate constants in rxe_type_info new 1aefe5c177c1 RDMA/rxe: Prevent faulty rkey generation new 0afec5e9cea7 RDMA/core: Fix ib block iterator counter overflow new 0a0a6e80472c IB/hfi1: Reject a zero-length user expected buffer new ecf91551cdd2 IB/hfi1: Reserve user expected TIDs new e0c4a422f524 IB/hfi1: Fix expected receive setup error exit issues new 1c7edde1b572 IB/hfi1: Immediately remove invalid memory from hardware new b3deec25847b IB/hfi1: Remove user expected buffer invalidate race new 0f097f08c9b3 lib/scatterlist: Fix to calculate the last_pg properly new 8974efaa3385 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 5626af8fc432 pinctrl: sp7021: fix unused function warning new 937e7a39068d pinctrl: nomadik: Add missing header(s) new 31b62a98de42 pinctrl: rockchip: fix reading pull type on rk3568 new 431d15314660 pinctrl: rockchip: fix mux route data for rk3568 new 8440ffcd68c6 Merge tag 'pinctrl-v6.2-2' of git://git.kernel.org/pub/scm [...] new 9fb0db40513e cifs: fix potential deadlock in cache_refresh_path() new 48d240bf00af cifs: avoid re-lookups in dfs_cache_find() new 11c8b3f8493c cifs: don't take exclusive lock for updating target hints new 8064f711c6a4 cifs: remove duplicate code in __refresh_tcon() new 3deddb77fdd9 cifs: handle cache lookup errors different than -ENOENT new d6a49e8c4ca4 cifs: fix return of uninitialized rc in dfs_cache_update_t [...] new 30b2b2196d6e cifs: do not include page data when checking signature new a1b7c8457ecc cifs: remove unused function new 4e31badaa188 Merge tag '6.2-rc4-smb3-client-fixes' of git://git.samba.o [...]
The 24 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/infiniband/core/verbs.c | 7 +- drivers/infiniband/hw/hfi1/user_exp_rcv.c | 200 ++++++++++++------ drivers/infiniband/hw/hfi1/user_exp_rcv.h | 3 + drivers/infiniband/sw/rxe/rxe_param.h | 10 +- drivers/infiniband/sw/rxe/rxe_pool.c | 22 +- drivers/pinctrl/nomadik/pinctrl-ab8500.c | 3 +- drivers/pinctrl/nomadik/pinctrl-ab8505.c | 3 +- drivers/pinctrl/nomadik/pinctrl-abx500.c | 32 +-- drivers/pinctrl/nomadik/pinctrl-abx500.h | 4 + drivers/pinctrl/nomadik/pinctrl-nomadik-db8500.c | 3 + drivers/pinctrl/nomadik/pinctrl-nomadik-stn8815.c | 3 + drivers/pinctrl/nomadik/pinctrl-nomadik.c | 32 +-- drivers/pinctrl/nomadik/pinctrl-nomadik.h | 5 + drivers/pinctrl/pinctrl-rockchip.c | 31 ++- drivers/pinctrl/sunplus/sppctl.c | 7 +- fs/cifs/dfs_cache.c | 243 +++++++++------------- fs/cifs/dfs_cache.h | 3 - fs/cifs/smb2pdu.c | 15 +- lib/scatterlist.c | 25 ++- 19 files changed, 360 insertions(+), 291 deletions(-)