This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1c7873e33645 mm: lock newly mapped VMA with corrected ordering new c012968259b4 ntb: idt: Fix error handling in idt_pci_driver_init() new 98af0a33c110 NTB: amd: Fix error handling in amd_ntb_pci_driver_init() new 4c3c796aca02 ntb: intel: Fix error handling in intel_ntb_pci_driver_init() new 8623ccbfc55d NTB: ntb_transport: fix possible memory leak while device_ [...] new 2790143f0993 NTB: ntb_tool: Add check for devm_kcalloc new 956578e3d397 NTB: EPF: fix possible memory leak in pci_vntb_probe() new ce2188acad4a MAINTAINERS: git://github -> https://github.com for jonmason new cb2a6d173534 ntb: idt: drop redundant pci_enable_pcie_error_reporting() new da6b4dc49e3c ntb_hw_amd: Remove redundant pci_clear_master new f2748c6d768b ntb: epf: Remove redundant pci_clear_master new d353fb4b7040 ntb: intel: Remove redundant pci_clear_master new ce946519f95f ntb_netdev: Fix module_init problem new 48063dfa4fbb ntb.rst: Fix copy and paste error new bff6efc54bd0 ntb: hw: amd: Fix debugfs_create_dir error checking new cff068739688 Merge tag 'ntb-6.5' of https://github.com/jonmason/ntb new ff7d80a9f271 cifs: fix session state transition to avoid use-after-free issue new dfbf0ee092a5 smb: client: remove redundant pointer 'server' new d14de8067e3f cifs: Add a laundromat thread for cached directories new 4770353b660a Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.sa [...] new ed04a91f718e xfs: fix uninit warning in xfs_growfs_data new 76487845fd23 Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/sc [...] new 65fee014dc41 MIPS: Loongson: Fix cpu_probe_loongson() again new e4de20576986 MIPS: KVM: Fix NULL pointer dereference new 531b3d1195d0 MIPS: Loongson: Fix build error when make modules_install new 826eeaf68b03 MIPS: dts: add missing space before { new 3a6dbb691782 MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTE [...] new 74099e20348e Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/lin [...] new b1472a60a584 x86/smp: Don't send INIT to boot CPU new e3da8db05531 Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pu [...] new fe3e0a13e597 x86/xen: Fix secondary processors' FPU initialization new 51e3d7c27446 Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.or [...] new 67a4e1a3bf7c irqdomain: Use return value of strreplace() new a9943ad3dddb Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.or [...] new aabd12609f91 swiotlb: always set the number of areas before allocating [...] new 8ac04063354a swiotlb: reduce the number of areas to match actual memory [...] new f71f64210d69 Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infrad [...] new c192ac735768 MAINTAINERS 2: Electric Boogaloo
The 37 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/driver-api/ntb.rst | 4 +- MAINTAINERS | 94 +++++++++++++-------------- arch/mips/Makefile | 10 +-- arch/mips/boot/dts/mscc/serval_common.dtsi | 2 +- arch/mips/boot/dts/pic32/pic32mzda.dtsi | 2 +- arch/mips/include/asm/kvm_host.h | 6 +- arch/mips/kernel/cpu-probe.c | 9 +-- arch/mips/kvm/emulate.c | 22 +++---- arch/mips/kvm/mips.c | 16 ++--- arch/mips/kvm/stats.c | 4 +- arch/mips/kvm/trace.h | 8 +-- arch/mips/kvm/vz.c | 20 +++--- arch/x86/kernel/smpboot.c | 8 +++ arch/x86/xen/smp_pv.c | 1 + drivers/net/ntb_netdev.c | 2 +- drivers/ntb/hw/amd/ntb_hw_amd.c | 11 ++-- drivers/ntb/hw/epf/ntb_hw_epf.c | 12 ++-- drivers/ntb/hw/idt/ntb_hw_idt.c | 24 ++++--- drivers/ntb/hw/intel/ntb_hw_gen1.c | 9 ++- drivers/ntb/ntb_transport.c | 2 +- drivers/ntb/test/ntb_tool.c | 2 + drivers/pci/endpoint/functions/pci-epf-vntb.c | 1 + fs/smb/client/cached_dir.c | 67 +++++++++++++++++++ fs/smb/client/cached_dir.h | 1 + fs/smb/client/connect.c | 7 +- fs/smb/client/dfs.c | 2 - fs/xfs/xfs_fsops.c | 2 +- kernel/dma/swiotlb.c | 46 +++++++++---- kernel/irq/irqdomain.c | 4 +- 29 files changed, 246 insertions(+), 152 deletions(-)