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:	Sun, 31 Jan 2016 15:25:29 +0530
From:	Parav Pandit <pandit.parav@...il.com>
To:	Tejun Heo <tj@...nel.org>
Cc:	cgroups@...r.kernel.org, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-rdma@...r.kernel.org,
	lizefan@...wei.com, Johannes Weiner <hannes@...xchg.org>,
	Doug Ledford <dledford@...hat.com>,
	Liran Liss <liranl@...lanox.com>,
	"Hefty, Sean" <sean.hefty@...el.com>,
	Jason Gunthorpe <jgunthorpe@...idianresearch.com>,
	Haggai Eran <haggaie@...lanox.com>,
	Jonathan Corbet <corbet@....net>, james.l.morris@...cle.com,
	serge@...lyn.com, Or Gerlitz <ogerlitz@...lanox.com>,
	Matan Barak <matanb@...lanox.com>, raindel@...lanox.com,
	akpm@...ux-foundation.org, linux-security-module@...r.kernel.org
Subject: Re: [PATCHv5 0/3] rdmacg: IB/core: rdma controller support

On Sun, Jan 31, 2016 at 3:16 PM, Tejun Heo <tj@...nel.org> wrote:
> On Sun, Jan 31, 2016 at 10:05:09AM +0530, Parav Pandit wrote:
>> Changes from v4:
>>  * Fixed compilation errors for lockdep_assert_held reported by kbuild
>>    test robot
>>  * Fixed compilation warning reported by coccinelle for extra semicolon.
>>  * Fixed compilation error for inclusion of linux/parser.h which cannot
>>    be included in any header file, as that triggers multiple inclusion
>>    error. Instead parser.h is included in C files which intent to use it.
>>  * Removed unused header file inclusion in cgroup_rdma.c
>>
>> Changes from v3:
>>  * (To address comments from Tejun)
>>    1. Renamed cg_resource to rdmacg_resource
>>    2. Merged dealloc_cg_rpool and _dealloc_cg_rpool to single function
>>    3. Renamed _find_cg_rpool to find_cg_rpool_locked()
>>    5. Removed RDMACG_MAX_RESOURCE_INDEX limitation
>>    6. Fixed few alignments.
>>    7. Improved description for RDMA cgroup configuration menu
>>    8. Renamed cg_list_lock to rpool_list_lock to reflect the lock
>>       is for rpools.
>>    9. Renamed _get_cg_rpool to find_cg_rpool.
>>    10. Made creator as int variable, instead of atomic as its not
>>       required to be atomic.
>>  * Fixed freeing right rpool during query_limit error path
>>  * Added copywrite for cgroup.c
>>  * Removed including parser.h from cgroup.c as its included by cgroup_rdma.h
>>  * Reduced try_charge functions to single function and removed duplicate
>>    comments.
>
> Please don't send out patchsets in rapid succession while design
> discussion is still in progress.  It's tiring for everyone involved.
>
Sorry about that. Sent out v4 mainly for kbuild complains.
Sent out v3 to actually address your comments. While reviewing found
one or two more issues, so fixed them as well.
Lets base discussion on v5 or v3, whichever you prefer.

> Thanks.
>
> --
> tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ