Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754952AbcDKQKR (ORCPT ); Mon, 11 Apr 2016 12:10:17 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35027 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751476AbcDKQKP (ORCPT ); Mon, 11 Apr 2016 12:10:15 -0400 Message-ID: <570BCC51.50004@gmail.com> Date: Mon, 11 Apr 2016 21:39:53 +0530 From: Sudip Mukherjee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Mike Snitzer CC: Alasdair Kergon , Shaohua Li , linux-kernel@vger.kernel.org, dm-devel@redhat.com, linux-raid@vger.kernel.org Subject: Re: dm: ioctl: use kvfree References: <1460387677-19948-1-git-send-email-sudipm.mukherjee@gmail.com> <20160411151714.GB25938@redhat.com> In-Reply-To: <20160411151714.GB25938@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 786 Lines: 21 On Monday 11 April 2016 08:47 PM, Mike Snitzer wrote: > On Mon, Apr 11 2016 at 11:14am -0400, > Sudip Mukherjee wrote: > >> We can use kvfree() instead of calling kfree() and vfree() based on >> if-else and param_flags. kvfree() will check the type of address and >> will call the respective function to free it. >> Additionally we can also remove the use of DM_PARAMS_KMALLOC and >> DM_PARAMS_VMALLOC. >> >> Signed-off-by: Sudip Mukherjee > > Have you actually tested htis? Last time I looked to do this it exposed > crashes. I don't have time to dig into this again right now but this is > _not_ as simple as this patch implies. > No, it was just build tested. Is it possible to test it in qemu or kvm? regards sudip