lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 23 Aug 2018 19:25:33 +0800
From:   zhong jiang <zhongjiang@...wei.com>
To:     <jejb@...ux.vnet.ibm.com>, <martin.petersen@...cle.com>,
        <aacraid@...rosemi.com>
CC:     <andy.shevchenko@...il.com>, <joe@...ches.com>,
        <linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 0/4] Use dma_zalloc_coherent and kvcalloc to replace
 open code

HI, martin

Can you pick up the patchset? Thanks

Best wishes,
zhong jiang

On 2018/8/2 19:28, zhong jiang wrote:
>  
> v1->v2: 
>
> According to Andy and Joe suggestions. 
> [patch 1/4] get rid of unnessary parens and use kvcalloc and kvfree to
> replace the vmalloc and vfree.
> [patch 2/4] modify the changelog as Andy's suggestion.
> [patch 3/4] replace vmalloc and vfree by using kvcalloc adn kvfree.
> [patch 4/4] do nothing. just add Andy's review-by.
>
>
> zhong jiang (4):
>   driver/scsi/fnic/fnic_trace: Use kvcalloc instead of vmalloc+memset
>   drivers/scsi/dpt_i2o: Use dma_zalloc_coherent to repalce
>     dma_alloc_coherent+memset
>   drivers/scsi/snic/snic_trc: Use kvcalloc instead of vmalloc+memset
>   drivers/scsi/mvsas/mv_init: Use dma_zalloc_coherent to replace
>     dma_alloc_coherent+memset
>
>  drivers/scsi/dpt_i2o.c         | 12 ++++--------
>  drivers/scsi/fnic/fnic_trace.c |  7 +++----
>  drivers/scsi/mvsas/mv_init.c   | 12 ++++--------
>  drivers/scsi/snic/snic_trc.c   |  7 +++----
>  4 files changed, 14 insertions(+), 24 deletions(-)
>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ