linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-06 21:43:14 to 2019-08-09 14:09:21 UTC [more...]

[PATCH] RDMA/siw: Fix a memory leak in siw_init_cpulist()
 2019-08-09 14:09 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH for-rc] siw: MPA Reply handler tries to read beyond MPA message
 2019-08-09 13:52 UTC  (11+ messages)

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09 12:20 UTC  (50+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()
` [PATCH v3 09/41] drm/radeon: "
` [PATCH v3 10/41] media/ivtv: "
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 12/41] genwqe: "
` [PATCH v3 13/41] scif: "
` [PATCH v3 14/41] vmci: "
` [PATCH v3 15/41] rapidio: "
` [PATCH v3 16/41] oradax: "
` [PATCH v3 17/41] staging/vc04_services: "
` [PATCH v3 18/41] drivers/tee: "
` [PATCH v3 19/41] vfio: "
` [PATCH v3 20/41] fbdev/pvr2fb: "
` [PATCH v3 21/41] fsl_hypervisor: "
` [PATCH v3 22/41] xen: "
` [PATCH v3 23/41] fs/exec.c: "
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[PATCH] RDMA/core: Fix error code in stat_get_doit_qp()
 2019-08-09 10:13 UTC 

[PATCH for-next 0/9] Bugfixes for 5.3-rc2
 2019-08-09  9:41 UTC  (10+ messages)
` [PATCH for-next 1/9] RDMA/hns: Logic optimization of wc_flags
` [PATCH for-next 2/9] RDMA/hns: Bugfix for creating qp attached to srq
` [PATCH for-next 3/9] RDMA/hns: Completely release qp resources when hw err
` [PATCH for-next 4/9] RDMA/hns: Modify pi vlaue when cq overflows
` [PATCH for-next 5/9] RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driver
` [PATCH for-next 6/9] RDMA/hns: bugfix for slab-out-of-bounds when loading "
` [PATCH for-next 7/9] RDMA/hns: Remove unuseful member
` [PATCH for-next 8/9] RDMA/hns: Kernel notify usr space to stop ring db
` [PATCH for-next 9/9] RDMA/hns: Copy some information of AV to user

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-09  9:28 UTC  (12+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-09  8:34 UTC  (13+ messages)

[PATCH for-next V4 0/4] RDMA: Cleanups and improvements
 2019-08-08 20:38 UTC  (8+ messages)
` [PATCH for-next V4 1/4] RDMA: Introduce ib_port_phys_state enum
` [PATCH for-next V4 2/4] RDMA/cxgb3: Use ib_device_set_netdev()
` [PATCH for-next V4 3/4] RDMA/core: Add common iWARP query port
` [PATCH for-next V4 4/4] RDMA/{cxgb3, cxgb4, i40iw}: Remove common code

[PATCH v2 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
 2019-08-08 15:58 UTC  (15+ messages)
` [PATCH v2 03/14] PCI/P2PDMA: Add constants for not-supported result upstream_bridge_distance()
` [PATCH v2 11/14] PCI/P2PDMA: Store mapping method in an xarray
` [PATCH v2 13/14] PCI/P2PDMA: No longer require no-mmu for host bridge whitelist

Re: [PATCH 1/1] Make user mmapped CQ arming flags field 32 bit size to remove 64 bit architecture dependency of siw
 2019-08-08 15:39 UTC  (13+ messages)
    `  "
      ` [PATCH 0/1] Fix siw CQ processing for 32 bit archtecture support
                  ` Re: Re: [PATCH 1/1] Make user mmapped CQ arming flags field 32 bit size to remove 64 bit architecture dependency of siw

[PATCH rdma-rc] IB/mlx5: Fix use-after-free error while accessing ev_file pointer
 2019-08-08 15:34 UTC  (4+ messages)

[PATCH V4 for-next 00/14] Updates for 5.3-rc2
 2019-08-08 14:53 UTC  (15+ messages)
` [PATCH V4 for-next 01/14] RDMA/hns: Encapsulate some lines for setting sq size in user mode
` [PATCH V4 for-next 02/14] RDMA/hns: Optimize hns_roce_modify_qp function
` [PATCH V4 for-next 03/14] RDMA/hns: Update the prompt message for creating and destroy qp
` [PATCH V4 for-next 04/14] RDMA/hns: Remove unnessary init for cmq reg
` [PATCH V4 for-next 05/14] RDMA/hns: Clean up unnecessary initial assignment
` [PATCH V4 for-next 06/14] RDMA/hns: Update some comments style
` [PATCH V4 for-next 07/14] RDMA/hns: Handling the error return value of hem function
` [PATCH V4 for-next 08/14] RDMA/hns: Split bool statement and assign statement
` [PATCH V4 for-next 09/14] RDMA/hns: Refactor irq request code
` [PATCH V4 for-next 10/14] RDMA/hns: Remove unnecessary kzalloc
` [PATCH V4 for-next 11/14] RDMA/hns: Refactor hns_roce_v2_set_hem for hip08
` [PATCH V4 for-next 12/14] RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int()
` [PATCH V4 for-next 13/14] RDMA/hns: Disable alw_lcl_lpbk of SSU
` [PATCH V4 for-next 14/14] RDMA/hns: Use the new APIs for printing log

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-08 10:29 UTC  (19+ messages)
` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
` [PATCH v3 hmm 03/11] mm/mmu_notifiers: add a get/put scheme for the registration
` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 06/11] RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
` [PATCH v3 hmm 07/11] RDMA/odp: remove ib_ucontext from ib_umem
` [PATCH v3 hmm 08/11] drm/radeon: use mmu_notifier_get/put for struct radeon_mn
` [PATCH v3 hmm 09/11] drm/amdkfd: fix a use after free race with mmu_notifer unregister
` [PATCH v3 hmm 10/11] drm/amdkfd: use mmu_notifier_put
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[PATCH rdma-next 0/4] Add XRQ and SRQ support to DEVX interface
 2019-08-08 10:11 UTC  (6+ messages)
` [PATCH mlx5-next 1/4] net/mlx5: Use debug message instead of warn
` [PATCH mlx5-next 2/4] net/mlx5: Add XRQ legacy commands opcodes
` [PATCH mlx5-next 3/4] IB/mlx5: Add legacy events to DEVX list
` [PATCH rdma-next 4/4] IB/mlx5: Expose XRQ legacy commands over the DEVX interface

[PATCH V3 for-next 00/13] Updates for 5.3-rc2
 2019-08-08  9:27 UTC  (9+ messages)
` [PATCH V3 for-next 02/13] RDMA/hns: Optimize hns_roce_modify_qp function
` [PATCH V3 for-next 03/13] RDMA/hns: Update the prompt message for creating and destroy qp
` [PATCH V3 for-next 05/13] RDMA/hns: Clean up unnecessary initial assignment

[PATCH rdma-next] RDMA/mlx5: Annotate lock dependency in unbinding slave port
 2019-08-08  8:39 UTC 

[bug report] rdma: rtnl_lock deadlock?
 2019-08-08  1:59 UTC  (3+ messages)

[PATCH] IB/mlx5: Check the correct variable in error handling code
 2019-08-07 20:47 UTC  (4+ messages)

[PATCH rdma-rc] RDMA/counter: Prevent QP counter binding if counters unsupported
 2019-08-07 20:45 UTC  (2+ messages)

[PATCH] RDMA/hns: remove obsolete Kconfig comment
 2019-08-07 19:58 UTC  (2+ messages)

[PATCH iproute2-next] rdma: Add driver QP type string
 2019-08-07 19:07 UTC  (2+ messages)

[PATCH rdma-rc] IB/mlx5: Fix implicit MR release flow
 2019-08-07 18:37 UTC  (2+ messages)

[PATCH v3] mlx5: Use refcount_t for refcount
 2019-08-07 18:03 UTC  (4+ messages)

[PATCH rdma-next 0/6] ODP information and statistics
 2019-08-07 13:12 UTC  (14+ messages)
` [PATCH rdma-next 1/6] RDMA: Embed umem within core MR
` [PATCH rdma-next 2/6] RDMA/umem: Add ODP type indicator within ib_umem_odp
` [PATCH rdma-next 3/6] RDMA/nldev: Return ODP type per MR
` [PATCH rdma-next 4/6] IB/mlx5: Introduce ODP diagnostic counters
` [PATCH rdma-next 5/6] RDMA/nldev: Allow different fill function per resource
` [PATCH rdma-next 6/6] RDMA/nldev: Provide MR statistics

rdma-core and infiniband-diags -- so number rollback -- wrong perl module location
 2019-08-07 12:30 UTC  (2+ messages)

v25.0 ninja install failure on pandoc-prebuilt using git tree or release tarball
 2019-08-07 12:22 UTC  (3+ messages)

[PATCH for-next V3 0/4] RDMA: Cleanups and improvements
 2019-08-07 10:21 UTC  (4+ messages)
` [PATCH for-next V3 1/4] RDMA: Introduce ib_port_phys_state enum

[PATCH 1/3] libibumad: Support arbitrary number of IB devices
 2019-08-07  8:09 UTC  (5+ messages)

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-07  6:38 UTC  (5+ messages)

[PATCH AUTOSEL 5.2 01/59] RDMA/hns: Fix sg offset non-zero issue
 2019-08-06 21:33 UTC  (4+ messages)
` [PATCH AUTOSEL 5.2 02/59] IB/mlx5: Replace kfree with kvfree
` [PATCH AUTOSEL 5.2 18/59] RDMA/qedr: Fix the hca_type and hca_rev returned in device attributes
` [PATCH AUTOSEL 5.2 44/59] IB/core: Add mitigation for Spectre V1


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).