Re: [PATCH 1/3] rtmutex: comments update

2017-04-14 Thread Alex Shi
On 04/13/2017 11:54 PM, Steven Rostedt wrote: > On Thu, 13 Apr 2017 22:02:52 +0800 > Alex Shi wrote: > >> The rt-mutex documents didn't gotten meaningful update from its first >> version. Even after owner's pending bit was removed in commit 8161239a8bcc >> ("rtmutex: Simplify PI algorithm and m

Re: [PATCH v4 3/5] input: add a EV_SW event for ratchet switch

2017-04-14 Thread Benjamin Tissoires
On Apr 11 2017 or thereabouts, Mauro Carvalho Chehab wrote: > Some mice have a switch on their wheel, allowing to switch > between ratchet and free wheel mode. Add support for it. > > Signed-off-by: Mauro Carvalho Chehab > --- Patches 1 to 3 are: Acked-by: Benjamin Tissoires Cheers, Benjamin

Re: [PATCH 1/3] rtmutex: comments update

2017-04-14 Thread Steven Rostedt
On Fri, 14 Apr 2017 16:52:11 +0800 Alex Shi wrote: > >> -Plist > >> -- > >> - > >> -Before I go further and talk about how the PI chain is stored through > >> lists > >> -on both mutexes and processes, I'll explain the plist. This is similar to > >> -the struct list_head functionality that