Re: [Devel] [PATCH 0/7] Profiling sleep times (v3)

2011-12-06 Thread Ingo Molnar
* Andrey Vagin wrote: > Hello Arnaldo, > > I found, that you commit patches for perf. Could you review this part? To help out this effort i have applied your new kernel/sched/fair.c event to patch the scheduler tree (tip:sched/core). Note, i have renamed it from sched_stat_block to sched_st

[Devel] [PATCH] SUNRPC: create svc_xprt in proper network namespace

2011-12-06 Thread Stanislav Kinsbursky
This patch makes svc_xprt inherit network namespace link from it's socket. Signed-off-by: Stanislav Kinsbursky --- include/linux/sunrpc/svc_xprt.h |2 +- net/sunrpc/svc_xprt.c|6 +++--- net/sunrpc/svcsock.c |8 +--- net/sunrpc/xpr

[Devel] [PATCH 2/2] SUNRPC: register service stats /proc entries in passed network namespace context

2011-12-06 Thread Stanislav Kinsbursky
This patch makes it possible to create NFSd program entry ("/proc/net/rpc/nfsd") in passed network namespace context instead of hard-coded "init_net". Signed-off-by: Stanislav Kinsbursky --- fs/nfsd/stats.c |5 +++-- include/linux/sunrpc/stats.h |8 net/sunrpc/stat

[Devel] [PATCH 1/2] SUNRPC: register RPC stats /proc entries in passed network namespace context

2011-12-06 Thread Stanislav Kinsbursky
This patch makes it possible to create NFS program entry ("/proc/net/rpc/nfs") in passed network namespace context instead of hard-coded "init_net". Signed-off-by: Stanislav Kinsbursky --- fs/nfs/inode.c |6 +++--- include/linux/sunrpc/stats.h |8 net/sunrpc/stats

[Devel] [PATCH 0/2] SUNRPC: make /proc helpers network-namespace-aware

2011-12-06 Thread Stanislav Kinsbursky
This is one more precursor patch set. Both patches in the series will be used later for creating /proc entries for NFS and NFSd statistics per network namespace context. The following series consists of: --- Stanislav Kinsbursky (2): SUNRPC: register RPC stats /proc entries in passed netwo

[Devel] Re: [PATCH] SUNRPC: create svc_xprt in proper network namespace

2011-12-06 Thread Stanislav Kinsbursky
06.12.2011 16:44, Jim Rees пишет: Stanislav Kinsbursky wrote: This patch makes svc_xprt inherit network namespace link from it's socket. Should be "its socket." Yep, sure. Silly mistake. Thanks. -- Best regards, Stanislav Kinsbursky ___ Devel m

[Devel] Re: [PATCH] SUNRPC: create svc_xprt in proper network namespace

2011-12-06 Thread J. Bruce Fields
On Tue, Dec 06, 2011 at 02:19:10PM +0300, Stanislav Kinsbursky wrote: > This patch makes svc_xprt inherit network namespace link from it's socket. And poor rdma gets left out. OK. Applying for 3.3 (with changelog typo fixed). --b. > > Signed-off-by: Stanislav Kinsbursky > > --- > include/l

[Devel] Re: [PATCH 1/2] SUNRPC: register RPC stats /proc entries in passed network namespace context

2011-12-06 Thread J. Bruce Fields
On Tue, Dec 06, 2011 at 04:42:40PM +0300, Stanislav Kinsbursky wrote: > This patch makes it possible to create NFS program entry ("/proc/net/rpc/nfs") > in passed network namespace context instead of hard-coded "init_net". Looks straightforward to me. Acked-by: J. Bruce Fields --b. >

[Devel] Re: [PATCH 2/2] SUNRPC: register service stats /proc entries in passed network namespace context

2011-12-06 Thread J. Bruce Fields
On Tue, Dec 06, 2011 at 04:42:49PM +0300, Stanislav Kinsbursky wrote: > This patch makes it possible to create NFSd program entry > ("/proc/net/rpc/nfsd") > in passed network namespace context instead of hard-coded "init_net". Acked-by: J. Bruce Fields Or I can just apply it. I'll assu