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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 3 Jul 2012 15:39:34 +0800
From:	Barry Song <21cnbao@...il.com>
To:	Marek Szyprowski <m.szyprowski@...sung.com>
Cc:	Barry Song <Barry.Song@....com>, mina86@...a86.com,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	workgroup.linux@....com, Barry Song <Baohua.Song@....com>
Subject: Re: [PATCH v4] mm: cma: add a simple kernel module as the helper to
 test CMA

Hi Marek,

2012/7/3 Marek Szyprowski <m.szyprowski@...sung.com>:
> Hello,
>
> On Wednesday, March 07, 2012 12:38 PM Barry Song wrote:
>
>> From: Barry Song <Baohua.Song@....com>
>>
>> Any write request to /dev/cma_test will let the module to allocate memory from
>> CMA, for example:
>>
>> 1st time
>> $ echo 1024 > /dev/cma_test
>> will require cma_test to request 1MB(1024KB)
>> 2nd time
>> $ echo 2048 > /dev/cma_test
>> will require cma_test to request 2MB(2048KB)
>>
>> Any read request to /dev/cma_test will let the module to free the 1st valid
>> memory from CMA, for example:
>>
>> 1st time
>> $ cat /dev/cma_test
>> will require cma_test to free the 1MB allocated in the first write request
>> 2nd time
>> $ cat /dev/cma_test
>> will require cma_test to free the 2MB allocated in the second write request
>>
>> Signed-off-by: Barry Song <Baohua.Song@....com>
>> ---
>>  tools/cma/Makefile   |   13 +++++
>>  tools/cma/cma_test.c |  140 ++++++++++++++++++++++++++++++++++++++++++++++++++
>
> I'm sorry for such a long delay in processing this patch, but I wanted first to be sure
> that the core CMA code gets into mainline, then I got busy with other dma-mapping
> related stuff.

now CMA stuff has been in mainline, i think it makes more senses if
you involve this while you let people merge CMA because it is a CMA
test component.

>
> IMHO the right place for such code is in drivers/misc instead of tools/cma.
>
> This patch contains a kernel module source code so it should be put with other kernel
> modules. tools/ directory is aimed to contain user space code useful for developing and
> testing Linux kernel.

this one is aiming to test CMA, it should be in tools/ as Michal
Nazarewicz and i have talked about that.
it is not a real driver at all.

>
> Make sure that you also add Greg Kroah-Hartman <gregkh@...uxfoundation.org> on CC:,
> he maintains misc drivers.
>
>> (snipped)
>
> Best regards
> --
> Marek Szyprowski
> Samsung Poland R&D Center

-barry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ