Re: [RFC v2 13/13] lockdep: Add a document describing crossrelease feature

2016-07-18 Thread Byungchul Park
On Mon, Jul 18, 2016 at 10:39:19AM +0900, Byungchul Park wrote: > On Thu, Jul 07, 2016 at 06:30:03PM +0900, Byungchul Park wrote: > > Crossrelease feature introduces new concept and data structure. Thus > > the document is necessary. So added it. > > Any opinions about this suggestion? Just to be

Re: [RFC v2 13/13] lockdep: Add a document describing crossrelease feature

2016-07-17 Thread Byungchul Park
On Thu, Jul 07, 2016 at 06:30:03PM +0900, Byungchul Park wrote: > Crossrelease feature introduces new concept and data structure. Thus > the document is necessary. So added it. Any opinions about this suggestion? > > Signed-off-by: Byungchul Park > --- > Documentation/locking/crossrelease.txt

[RFC v2 13/13] lockdep: Add a document describing crossrelease feature

2016-07-07 Thread Byungchul Park
Crossrelease feature introduces new concept and data structure. Thus the document is necessary. So added it. Signed-off-by: Byungchul Park --- Documentation/locking/crossrelease.txt | 457 + 1 file changed, 457 insertions(+) create mode 100644 Documentation/locki