[PATCH infiniband] IB/qib: qib_user_sdma_rb_root can be static

2014-03-20 Thread Fengguang Wu
CC: CQ Tang cq.t...@intel.com CC: Roland Dreier rol...@purestorage.com Signed-off-by: Fengguang Wu fengguang...@intel.com --- qib_user_sdma.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/qib/qib_user_sdma.c b/drivers/infiniband/hw/qib

Re: [infiniband:for-next 769/772] drivers/net/ethernet/mellanox/mlx5/core/cmd.c:894:7-14: WARNING opportunity for memdup_user

2013-07-08 Thread Fengguang Wu
On Mon, Jul 08, 2013 at 12:58:10PM +0300, Or Gerlitz wrote: On 08/07/2013 12:40, Fengguang Wu wrote: Hi Eli, FYI, there are coccinelle warnings in tree: git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-next head: 1af1abad19f6a40d8822cb7a35736e9e102fade6

Re: [PATCH 1/2] mlx5: Use simple_open when possible

2013-07-08 Thread Fengguang Wu
Hi Or, static const struct file_operations limit_fops = { .owner = THIS_MODULE, - .open = file_open, + .open = simple_open, .write = limit_write, .read = limit_read, static const struct file_operations dfops = { .owner = THIS_MODULE, - .open

[infiniband:for-next 37/52] drivers/net/ethernet/mellanox/mlx4/mlx4.h:695:1: error: expected identifier or '(' before '' token

2012-09-30 Thread Fengguang Wu
kernel build testing backend Open Source Technology Centre Fengguang Wu, Yuanhan Liu Intel Corporation -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: BUG: RDMA/ocrdma calls invalid vlan_dev_real_dev()

2012-08-09 Thread Fengguang Wu
On Thu, Aug 09, 2012 at 04:54:37PM -0700, Roland Dreier wrote: thanks for the report. I assume the system doesn't actually have ocrdma hw? Yeah, it's a test boot inside KVM. Thanks, Fengguang - R. On Aug 9, 2012 3:00 AM, Fengguang Wu fengguang...@intel.com wrote: Hi Parav, commit

Re: [PATCH] IB/qib: fix sparse RCU warnings in qib_keys.c

2012-07-06 Thread Fengguang Wu
On Fri, Jul 06, 2012 at 02:29:45PM -0400, Mike Marciniszyn wrote: Commit e12deda1 (IB/qib: RCU locking for MR validation) introduced new sparse warnings in qib_keys.c. This patch resolved those issues. It's better than my initial version, thanks! Signed-off-by: Fengguang Wu fengguang