Re: [PATCH nf-next] netfilter: xt_cgroup: shrink size of v2 path

2018-09-04 Thread Tejun Heo
gt; > https://bugzilla.kernel.org/show_bug.cgi?id=200639 > > This patch registers a new revision that shrinks the cgroup path to 512 > bytes, which is the same approach we follow in similar extensions that > have a path field. > > Cc: Tejun Heo > Signed-off-by: Pablo Neira

Re: [RFC][PATCH 2/3] locking: Annotate spin_unlock_wait() users

2016-05-25 Thread Tejun Heo
On Tue, May 24, 2016 at 06:58:36PM +0200, Peter Zijlstra wrote: > On Tue, May 24, 2016 at 12:22:07PM -0400, Tejun Heo wrote: > > A delta but that particular libata usage is probably not needed now. > > The path was used while libata was gradually adding error handlers to > >

Re: [RFC][PATCH 2/3] locking: Annotate spin_unlock_wait() users

2016-05-24 Thread Tejun Heo
Hello, On Tue, May 24, 2016 at 09:17:13AM -0700, Linus Torvalds wrote: > So don't talk about "acquire". And most certainly don't talk about > "control dependencies". Not if we end up having things like *drivers* > using this like in this example libata. A delta but that particular libata usage