Re: [tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-06 Thread Ingo Molnar
* Waiman Long wrote: > On 02/05/2017 05:03 AM, Ingo Molnar wrote: > > * tip-bot for Waiman Long wrote: > > > >> --- > >> lib/debugobjects.c | 31 ++- > >> 1 file changed, 22 insertions(+), 9 deletions(-) > >> > >> diff --git

Re: [tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-06 Thread Ingo Molnar
* Waiman Long wrote: > On 02/05/2017 05:03 AM, Ingo Molnar wrote: > > * tip-bot for Waiman Long wrote: > > > >> --- > >> lib/debugobjects.c | 31 ++- > >> 1 file changed, 22 insertions(+), 9 deletions(-) > >> > >> diff --git a/lib/debugobjects.c

Re: [tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-06 Thread Waiman Long
On 02/05/2017 05:03 AM, Ingo Molnar wrote: > * tip-bot for Waiman Long wrote: > >> --- >> lib/debugobjects.c | 31 ++- >> 1 file changed, 22 insertions(+), 9 deletions(-) >> >> diff --git a/lib/debugobjects.c b/lib/debugobjects.c >> index

Re: [tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-06 Thread Waiman Long
On 02/05/2017 05:03 AM, Ingo Molnar wrote: > * tip-bot for Waiman Long wrote: > >> --- >> lib/debugobjects.c | 31 ++- >> 1 file changed, 22 insertions(+), 9 deletions(-) >> >> diff --git a/lib/debugobjects.c b/lib/debugobjects.c >> index dc78217..5476bbe 100644 >>

[tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-05 Thread tip-bot for Waiman Long
Commit-ID: 858274b6a13b4db0e6fb451eea7f8817c42426a7 Gitweb: http://git.kernel.org/tip/858274b6a13b4db0e6fb451eea7f8817c42426a7 Author: Waiman Long AuthorDate: Thu, 5 Jan 2017 15:17:05 -0500 Committer: Thomas Gleixner CommitDate: Sun, 5 Feb 2017

[tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-05 Thread tip-bot for Waiman Long
Commit-ID: 858274b6a13b4db0e6fb451eea7f8817c42426a7 Gitweb: http://git.kernel.org/tip/858274b6a13b4db0e6fb451eea7f8817c42426a7 Author: Waiman Long AuthorDate: Thu, 5 Jan 2017 15:17:05 -0500 Committer: Thomas Gleixner CommitDate: Sun, 5 Feb 2017 17:09:32 +0100 debugobjects: Reduce

Re: [tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-05 Thread Ingo Molnar
* tip-bot for Waiman Long wrote: > --- > lib/debugobjects.c | 31 ++- > 1 file changed, 22 insertions(+), 9 deletions(-) > > diff --git a/lib/debugobjects.c b/lib/debugobjects.c > index dc78217..5476bbe 100644 > --- a/lib/debugobjects.c > +++

Re: [tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-05 Thread Ingo Molnar
* tip-bot for Waiman Long wrote: > --- > lib/debugobjects.c | 31 ++- > 1 file changed, 22 insertions(+), 9 deletions(-) > > diff --git a/lib/debugobjects.c b/lib/debugobjects.c > index dc78217..5476bbe 100644 > --- a/lib/debugobjects.c > +++ b/lib/debugobjects.c >

[tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-04 Thread tip-bot for Waiman Long
Commit-ID: 6d2fea9837a584e706edad9b4b52833e31396736 Gitweb: http://git.kernel.org/tip/6d2fea9837a584e706edad9b4b52833e31396736 Author: Waiman Long AuthorDate: Thu, 5 Jan 2017 15:17:05 -0500 Committer: Thomas Gleixner CommitDate: Sat, 4 Feb 2017

[tip:core/debugobjects] debugobjects: Reduce contention on the global pool_lock

2017-02-04 Thread tip-bot for Waiman Long
Commit-ID: 6d2fea9837a584e706edad9b4b52833e31396736 Gitweb: http://git.kernel.org/tip/6d2fea9837a584e706edad9b4b52833e31396736 Author: Waiman Long AuthorDate: Thu, 5 Jan 2017 15:17:05 -0500 Committer: Thomas Gleixner CommitDate: Sat, 4 Feb 2017 09:01:55 +0100 debugobjects: Reduce