Re: [PATCH v2 1/4] ntb: Fix leakage of ntb_device::msix_entries[] array

2014-02-28 Thread Alexander Gordeev
On Fri, Feb 21, 2014 at 04:33:25PM -0700, Jon Mason wrote: > On Fri, Feb 21, 2014 at 04:49:29PM +0100, Alexander Gordeev wrote: > > Signed-off-by: Alexander Gordeev > > Cc: Jon Mason > > Cc: linux-...@vger.kernel.org > > Good catch. Applied. Hi Jon, If the other three patches are okay? --

Re: [PATCH v2 1/4] ntb: Fix leakage of ntb_device::msix_entries[] array

2014-02-28 Thread Alexander Gordeev
On Fri, Feb 21, 2014 at 04:33:25PM -0700, Jon Mason wrote: On Fri, Feb 21, 2014 at 04:49:29PM +0100, Alexander Gordeev wrote: Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: Jon Mason jon.ma...@intel.com Cc: linux-...@vger.kernel.org Good catch. Applied. Hi Jon, If the other

Re: [PATCH v2 1/4] ntb: Fix leakage of ntb_device::msix_entries[] array

2014-02-21 Thread Jon Mason
On Fri, Feb 21, 2014 at 04:49:29PM +0100, Alexander Gordeev wrote: > Signed-off-by: Alexander Gordeev > Cc: Jon Mason > Cc: linux-...@vger.kernel.org Good catch. Applied. > --- > drivers/ntb/ntb_hw.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git

[PATCH v2 1/4] ntb: Fix leakage of ntb_device::msix_entries[] array

2014-02-21 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev Cc: Jon Mason Cc: linux-...@vger.kernel.org --- drivers/ntb/ntb_hw.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/ntb/ntb_hw.c b/drivers/ntb/ntb_hw.c index 170e8e6..487169dd 100644 --- a/drivers/ntb/ntb_hw.c +++

Re: [PATCH v2 1/4] ntb: Fix leakage of ntb_device::msix_entries[] array

2014-02-21 Thread Jon Mason
On Fri, Feb 21, 2014 at 04:49:29PM +0100, Alexander Gordeev wrote: Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: Jon Mason jon.ma...@intel.com Cc: linux-...@vger.kernel.org Good catch. Applied. --- drivers/ntb/ntb_hw.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[PATCH v2 1/4] ntb: Fix leakage of ntb_device::msix_entries[] array

2014-02-21 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: Jon Mason jon.ma...@intel.com Cc: linux-...@vger.kernel.org --- drivers/ntb/ntb_hw.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/ntb/ntb_hw.c b/drivers/ntb/ntb_hw.c index 170e8e6..487169dd 100644 ---