[RESEND PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map

2017-10-10 Thread Byungchul Park
:39:48 +0900 Subject: [RESEND PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map Sometimes, we want to initialize completions with sparate lockdep maps to assign lock classes under control. For example, the workqueue code manages lockdep maps, as it can classify

[RESEND PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map

2017-10-10 Thread Byungchul Park
v2 1/2] completion: Add support for initializing completion with lockdep_map Sometimes, we want to initialize completions with sparate lockdep maps to assign lock classes under control. For example, the workqueue code manages lockdep maps, as it can classify lockdep maps properly. Provided a fu

Re: [PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map

2017-09-25 Thread Byungchul Park
00:00 2001 > From: Byungchul Park <byungchul.p...@lge.com> > Date: Fri, 8 Sep 2017 17:39:48 +0900 > Subject: [PATCH v2 1/2] completion: Add support for initializing completion > with lockdep_map > > Sometimes, we want to initialize completions with sparate lockdep maps > to assign

Re: [PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map

2017-09-25 Thread Byungchul Park
01 > From: Byungchul Park > Date: Fri, 8 Sep 2017 17:39:48 +0900 > Subject: [PATCH v2 1/2] completion: Add support for initializing completion > with lockdep_map > > Sometimes, we want to initialize completions with sparate lockdep maps > to assign lock classes under control.

Re: [PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map

2017-09-10 Thread Byungchul Park
2017 17:39:48 +0900 > Subject: [PATCH v2 1/2] completion: Add support for initializing completion > with lockdep_map > > Sometimes, we want to initialize completions with sparate lockdep maps > to assign lock classes under control. For example, the workqueue code > manages loc

Re: [PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map

2017-09-10 Thread Byungchul Park
r init_completion_xxx()? Anyway, I think the redundant acquisitions in the workqueue code should be removed. Right? > ->8- > >From e148617e20ebc9c9eefe7bb222b9bba07cb963bc Mon Sep 17 00:00:00 2001 > From: Byungchul Park > Date: Fri, 8 Sep 2017 17:39:48 +0900 > Subje

[PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map

2017-09-08 Thread Byungchul Park
: Fri, 8 Sep 2017 17:39:48 +0900 Subject: [PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map Sometimes, we want to initialize completions with sparate lockdep maps to assign lock classes under control. For example, the workqueue code manages lockdep maps, as it

[PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map

2017-09-08 Thread Byungchul Park
+0900 Subject: [PATCH v2 1/2] completion: Add support for initializing completion with lockdep_map Sometimes, we want to initialize completions with sparate lockdep maps to assign lock classes under control. For example, the workqueue code manages lockdep maps, as it can classify lockdep maps pr