On Fri, Jan 4, 2019 at 6:43 PM John Garry wrote:
>
> On 04/01/2019 12:48, Sabyasachi Gupta wrote:
> > On Wed, Dec 19, 2018 at 6:49 PM Sabyasachi Gupta
> > wrote:
> >>
> >> On Sat, Dec 1, 2018 at 6:40 PM Sabyasachi Gupta
> >> wrote:
> >>&g
On Wed, Dec 19, 2018 at 6:41 PM Sabyasachi Gupta
wrote:
>
> On Sat, Dec 1, 2018 at 6:45 PM Sabyasachi Gupta
> wrote:
> >
> > On Sat, Nov 17, 2018 at 6:17 PM Sabyasachi Gupta
> > wrote:
> > >
> > > Replaced dma_alloc_coherent + memset with
On Wed, Dec 19, 2018 at 6:49 PM Sabyasachi Gupta
wrote:
>
> On Sat, Dec 1, 2018 at 6:40 PM Sabyasachi Gupta
> wrote:
> >
> > On Wed, Nov 21, 2018 at 7:18 PM Sabyasachi Gupta
> > wrote:
> > >
> > > Replace dma_alloc_coherent + memset with dma_zalloc_c
On Sat, Dec 1, 2018 at 6:40 PM Sabyasachi Gupta
wrote:
>
> On Wed, Nov 21, 2018 at 7:18 PM Sabyasachi Gupta
> wrote:
> >
> > Replace dma_alloc_coherent + memset with dma_zalloc_coherent
> >
> > Signed-off-by: Sabyasachi Gupta
>
> Any comment on
On Sat, Dec 1, 2018 at 6:45 PM Sabyasachi Gupta
wrote:
>
> On Sat, Nov 17, 2018 at 6:17 PM Sabyasachi Gupta
> wrote:
> >
> > Replaced dma_alloc_coherent + memset with dma_zalloc_coherent
> >
> > Signed-off-by: Sabyasachi Gupta
>
> Any comment on
On Fri, Nov 23, 2018 at 8:13 PM Sabyasachi Gupta
wrote:
>
> On Wed, Nov 14, 2018 at 10:24 PM Sabyasachi Gupta
> wrote:
> >
> > Replaced vmalloc + memset with vzalloc
> >
> > Signed-off-by: Sabyasachi Gupta
>
> Any comment on this patch?
Any comment on
On Fri, Nov 23, 2018 at 8:07 PM Sabyasachi Gupta
wrote:
>
> On Thu, Nov 15, 2018 at 10:04 PM Sabyasachi Gupta
> wrote:
> >
> > Replaced vmalloc + memset with vzalloc
> >
> > Signed-off-by: Sabyasachi Gupta
>
> Any comment on this patch?
Any comment on t
On Sat, Nov 17, 2018 at 6:17 PM Sabyasachi Gupta
wrote:
>
> Replaced dma_alloc_coherent + memset with dma_zalloc_coherent
>
> Signed-off-by: Sabyasachi Gupta
Any comment on this patch?
> ---
> drivers/scsi/dpt_i2o.c | 12
> 1 file changed, 4 insertions(+), 8
On Wed, Nov 21, 2018 at 7:18 PM Sabyasachi Gupta
wrote:
>
> Replace dma_alloc_coherent + memset with dma_zalloc_coherent
>
> Signed-off-by: Sabyasachi Gupta
Any comment on this patch?
> ---
> drivers/scsi/mvsas/mv_init.c | 12
> 1 file changed, 4 inser
On Wed, Nov 14, 2018 at 10:24 PM Sabyasachi Gupta
wrote:
>
> Replaced vmalloc + memset with vzalloc
>
> Signed-off-by: Sabyasachi Gupta
Any comment on this patch?
> ---
> v2: Removed additional braces
>
> drivers/scsi/fnic/fnic_trace.c | 3 +--
> 1 file changed,
On Thu, Nov 15, 2018 at 10:04 PM Sabyasachi Gupta
wrote:
>
> Replaced vmalloc + memset with vzalloc
>
> Signed-off-by: Sabyasachi Gupta
Any comment on this patch?
> ---
> drivers/scsi/snic/snic_trc.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> dif
Replace dma_alloc_coherent + memset with dma_zalloc_coherent
Signed-off-by: Sabyasachi Gupta
---
drivers/scsi/mvsas/mv_init.c | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c
index 3ac3437..495bddb
Replaced dma_alloc_coherent + memset with dma_zalloc_coherent
Signed-off-by: Sabyasachi Gupta
---
drivers/scsi/lpfc/lpfc_sli.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
index 783a154..3491ff7 100644
--- a
Replaced dma_alloc_coherent + memset with dma_zalloc_coherent
Signed-off-by: Sabyasachi Gupta
---
drivers/scsi/dpt_i2o.c | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c
index 37de8fb..056383a 100644
--- a/drivers
Replaced vmalloc + memset with vzalloc
Signed-off-by: Sabyasachi Gupta
---
drivers/scsi/snic/snic_trc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/scsi/snic/snic_trc.c b/drivers/scsi/snic/snic_trc.c
index fc60c93..458eaba 100644
--- a/drivers/scsi/snic
Replaced vmalloc + memset with vzalloc
Signed-off-by: Sabyasachi Gupta
---
v2: Removed additional braces
drivers/scsi/fnic/fnic_trace.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/scsi/fnic/fnic_trace.c b/drivers/scsi/fnic/fnic_trace.c
index 8271785..bf0fd2a
On Tue, Nov 13, 2018 at 9:46 PM Johannes Thumshirn wrote:
>
> On 13/11/2018 17:11, James Bottomley wrote:
> > This is incorrect advice: there's no need to cast it to other *pointer*
> > types, but if you cast it to a non-pointer type (which this is doing)
> > the compiler will complain if there is
On Tue, Nov 13, 2018 at 9:23 PM Johannes Thumshirn wrote:
>
> On 13/11/2018 16:44, John Garry wrote:
> > On 13/11/2018 15:08, Sabyasachi Gupta wrote:
> >> Replaced vmalloc + memset with vzalloc
> >>
> >> Signed-off-by: Sabyasachi Gupta
> >&
Replaced vmalloc + memset with vzalloc
Signed-off-by: Sabyasachi Gupta
---
drivers/scsi/fnic/fnic_trace.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/fnic/fnic_trace.c b/drivers/scsi/fnic/fnic_trace.c
index 8271785..129ab27 100644
--- a/drivers/scsi/fnic
Replaced dma_pool_alloc + memset with dma_pool_zalloc
Signed-off-by: Sabyasachi Gupta
---
drivers/scsi/mvsas/mv_sas.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/scsi/mvsas/mv_sas.c b/drivers/scsi/mvsas/mv_sas.c
index cff43bd..d00d37d 100644
--- a/drivers/scsi
20 matches
Mail list logo