FROM MR.ASIM ATANI,

2013-08-22 Thread Atani Asim
Dear Friend,   I am Mr.Atani Asim, Manager Auditing and Accountancy Department, Bank of Africa in (B.O.A) Burkina Faso. I got your email account while searching for a business oriented personality and you happen to be the one. I bring forth a business proposal in the tune of $12.5million

[PATCH opensm] osm_trap_rcv.c: Fix locking in aging callback

2013-08-22 Thread Hal Rosenstock
From: Alex Netes ale...@mellanox.com Callback execution should be under read lock as it accesses global data. Signed-off-by: Alex Netes ale...@mellanox.com Signed-off-by: Hal Rosenstock h...@mellanox.com --- opensm/osm_trap_rcv.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[PATCH opensm] osm_helper.c: Fix out-of-bounds read

2013-08-22 Thread Hal Rosenstock
From: Dan Ben Yosef da...@dev.mellanox.co.il Overrunning static array disp_msg_str, with 35 elements, at position 35 with index variable msg. Signed-off-by: Dan Ben Yosef da...@dev.mellanox.co.il Signed-off-by: Alex Netes ale...@mellanox.com Signed-off-by: Hal Rosenstock h...@mellanox.com ---

Re: [PATCH v3.10.y 0/4] IB/IPoIB fixes for SRIOV / cloud environment

2013-08-22 Thread Greg KH
On Mon, Aug 12, 2013 at 01:38:59PM +0300, Or Gerlitz wrote: On 06/08/2013 14:22, Or Gerlitz wrote: On 06/08/2013 12:38, Greg KH wrote: On Tue, Aug 06, 2013 at 11:38:38AM +0300, Or Gerlitz wrote: Hi Greg, This series contains few fixes to the IB core, mlx4 IB driver and IPoIB. The

Re: [PATCH v3.10.y 0/4] IB/IPoIB fixes for SRIOV / cloud environment

2013-08-22 Thread Roland Dreier
Sorry for not replying. My feeling about these patches is basically meh. They seem to be correct fixes but I can't convince myself the impact merits applying them to stable. On Thu, Aug 22, 2013 at 2:43 PM, Greg KH gre...@linuxfoundation.org wrote: On Mon, Aug 12, 2013 at 01:38:59PM +0300, Or

[PATCH 0/2] fs: supply inode uid/gid setting interface

2013-08-22 Thread Rui Xiang
This patchset implements an accessor functions to set uid/gid in inode struct. Just finish code clean up. Rui Xiang (2): fs: implement inode uid/gid setting function fs: use inode_set_user to set uid/gid of inode arch/ia64/kernel/perfmon.c| 3 +--

[PATCH 2/2] fs: use inode_set_user to set uid/gid of inode

2013-08-22 Thread Rui Xiang
Use the new interface to set i_uid/i_gid in inode struct. Signed-off-by: Rui Xiang rui.xi...@huawei.com --- arch/ia64/kernel/perfmon.c| 3 +-- arch/powerpc/platforms/cell/spufs/inode.c | 3 +-- arch/s390/hypfs/inode.c | 3 +--

[PATCH 1/2] fs: implement inode uid/gid setting function

2013-08-22 Thread Rui Xiang
Supply a interface inode_set_user to set uid/gid of inode structs. Signed-off-by: Rui Xiang rui.xi...@huawei.com --- fs/inode.c | 7 +++ include/linux/fs.h | 1 + 2 files changed, 8 insertions(+) diff --git a/fs/inode.c b/fs/inode.c index e315c0a..3f90499 100644 --- a/fs/inode.c

Re: [PATCH 0/2] fs: supply inode uid/gid setting interface

2013-08-22 Thread Greg KH
On Fri, Aug 23, 2013 at 10:48:36AM +0800, Rui Xiang wrote: This patchset implements an accessor functions to set uid/gid in inode struct. Just finish code clean up. Why? -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org

Re: [PATCH 2/2] fs: use inode_set_user to set uid/gid of inode

2013-08-22 Thread David Miller
From: Rui Xiang rui.xi...@huawei.com Date: Fri, 23 Aug 2013 10:48:38 +0800 Use the new interface to set i_uid/i_gid in inode struct. Signed-off-by: Rui Xiang rui.xi...@huawei.com For the networking bits: Acked-by: David S. Miller da...@davemloft.net -- To unsubscribe from this list: send