Re: [PATCH] input: pcap2: avoid calling mutex_lock() in irq handler

2014-04-06 Thread Antonio Ospite
On Sun, 6 Apr 2014 13:24:36 -0700 Dmitry Torokhov wrote: > On Sun, Apr 06, 2014 at 12:54:50AM +0400, Alexey Khoroshilov wrote: > > pcap_keys_handler() calls ezx_pcap_read() that calls mutex_lock(). > > pcap_keys_handler() is registered as nonthreaded irq handler, > > that means sleeping function

Re: [PATCH] input: pcap2: avoid calling mutex_lock() in irq handler

2014-04-06 Thread Dmitry Torokhov
On Sun, Apr 06, 2014 at 12:54:50AM +0400, Alexey Khoroshilov wrote: > pcap_keys_handler() calls ezx_pcap_read() that calls mutex_lock(). > pcap_keys_handler() is registered as nonthreaded irq handler, > that means sleeping function is called in irq handler. > > The patch makes a switch to threaded

Re: [PATCH] INPUT: Route keyboard LEDs through the generic LEDs layer.

2014-04-06 Thread Pali Rohár
2014-04-01 9:02 GMT+02:00 Pali Rohár : > 2014-03-31 14:23 GMT+02:00 Samuel Thibault : >> This permits to reassign keyboard LEDs to something else than keyboard "leds" >> state, by adding keyboard led and modifier triggers connected to a series >> of VT input LEDs, themselves connected to VT input t

Re: 8 months to review a patch (was Re: [PATCH] Route kbd LEDs through the generic LEDs layer)

2014-04-06 Thread Sebastian Reichel
Hi Pali, On Sun, Apr 06, 2014 at 11:43:13AM +0200, Pali Rohár wrote: > Greg, problem is that Dmitry does not respond and has not reviewed > this patch for more that 8 months. From my point of view this looks > like Dmitry does not have time for review anymore... > > What to do if maintainer is bu

Re: 8 months to review a patch (was Re: [PATCH] Route kbd LEDs through the generic LEDs layer)

2014-04-06 Thread Pali Rohár
2014-03-28 8:17 GMT+01:00 Greg KH : > On Fri, Mar 28, 2014 at 08:01:36AM +0100, Pavel Machek wrote: >> On Thu 2014-03-27 02:08:17, Pali Rohár wrote: >> > 2014-03-16 11:19 GMT+01:00 Samuel Thibault : >> > > Pali Rohár, le Sun 16 Mar 2014 11:16:25 +0100, a écrit : >> > >> Hello, what happened with th