Re: [PATCH 0/2] Fixes for dell-wmi

2016-01-04 Thread Darren Hart
On Thu, Dec 24, 2015 at 10:18:44PM +0100, Pali Rohár wrote: > This patch series adds check if Dell WMI descriptor structure is valid and > fixes processing WMI events on devices with WMI interface version 0. Given the discussion here, I'm dropping this one and waiting for v2. -- Darren Hart

Re: [PATCH 0/2] Fixes for dell-wmi

2016-01-04 Thread Darren Hart
On Thu, Dec 24, 2015 at 10:18:44PM +0100, Pali Rohár wrote: > This patch series adds check if Dell WMI descriptor structure is valid and > fixes processing WMI events on devices with WMI interface version 0. Given the discussion here, I'm dropping this one and waiting for v2. -- Darren Hart

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-29 Thread Michał Kępień
> > > This patch series adds check if Dell WMI descriptor structure is > > > valid and fixes processing WMI events on devices with WMI > > > interface version 0. > > > > > > After testing, second patch is good candidate for backporting into > > > stable kernels, but problem is that it cannot be

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-29 Thread Michał Kępień
> > > This patch series adds check if Dell WMI descriptor structure is > > > valid and fixes processing WMI events on devices with WMI > > > interface version 0. > > > > > > After testing, second patch is good candidate for backporting into > > > stable kernels, but problem is that it cannot be

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-28 Thread Pali Rohár
On Monday 28 December 2015 14:33:17 Michał Kępień wrote: > > This patch series adds check if Dell WMI descriptor structure is > > valid and fixes processing WMI events on devices with WMI > > interface version 0. > > > > After testing, second patch is good candidate for backporting into > >

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-28 Thread Michał Kępień
> This patch series adds check if Dell WMI descriptor structure is valid and > fixes processing WMI events on devices with WMI interface version 0. > > After testing, second patch is good candidate for backporting into stable > kernels, but problem is that it cannot be used without first patch.

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-28 Thread Michał Kępień
> This patch series adds check if Dell WMI descriptor structure is valid and > fixes processing WMI events on devices with WMI interface version 0. > > After testing, second patch is good candidate for backporting into stable > kernels, but problem is that it cannot be used without first patch.

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-28 Thread Pali Rohár
On Monday 28 December 2015 14:33:17 Michał Kępień wrote: > > This patch series adds check if Dell WMI descriptor structure is > > valid and fixes processing WMI events on devices with WMI > > interface version 0. > > > > After testing, second patch is good candidate for backporting into > >

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-27 Thread Pali Rohár
On Sunday 27 December 2015 14:10:55 Gabriele Mazzotta wrote: > On 27/12/2015 14:07, Pali Rohár wrote: > > On Sunday 27 December 2015 13:59:57 Gabriele Mazzotta wrote: > >> On 24/12/2015 22:18, Pali Rohár wrote: > >>> This patch series adds check if Dell WMI descriptor structure is > >>> valid and

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-27 Thread Gabriele Mazzotta
On 27/12/2015 14:07, Pali Rohár wrote: > On Sunday 27 December 2015 13:59:57 Gabriele Mazzotta wrote: >> On 24/12/2015 22:18, Pali Rohár wrote: >>> This patch series adds check if Dell WMI descriptor structure is >>> valid and fixes processing WMI events on devices with WMI >>> interface version

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-27 Thread Pali Rohár
On Sunday 27 December 2015 13:59:57 Gabriele Mazzotta wrote: > On 24/12/2015 22:18, Pali Rohár wrote: > > This patch series adds check if Dell WMI descriptor structure is > > valid and fixes processing WMI events on devices with WMI > > interface version 0. > > > > After testing, second patch is

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-27 Thread Gabriele Mazzotta
On 24/12/2015 22:18, Pali Rohár wrote: > This patch series adds check if Dell WMI descriptor structure is valid and > fixes processing WMI events on devices with WMI interface version 0. > > After testing, second patch is good candidate for backporting into stable > kernels, but problem is that

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-27 Thread Gabriele Mazzotta
On 24/12/2015 22:18, Pali Rohár wrote: > This patch series adds check if Dell WMI descriptor structure is valid and > fixes processing WMI events on devices with WMI interface version 0. > > After testing, second patch is good candidate for backporting into stable > kernels, but problem is that

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-27 Thread Pali Rohár
On Sunday 27 December 2015 13:59:57 Gabriele Mazzotta wrote: > On 24/12/2015 22:18, Pali Rohár wrote: > > This patch series adds check if Dell WMI descriptor structure is > > valid and fixes processing WMI events on devices with WMI > > interface version 0. > > > > After testing, second patch is

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-27 Thread Gabriele Mazzotta
On 27/12/2015 14:07, Pali Rohár wrote: > On Sunday 27 December 2015 13:59:57 Gabriele Mazzotta wrote: >> On 24/12/2015 22:18, Pali Rohár wrote: >>> This patch series adds check if Dell WMI descriptor structure is >>> valid and fixes processing WMI events on devices with WMI >>> interface version

Re: [PATCH 0/2] Fixes for dell-wmi

2015-12-27 Thread Pali Rohár
On Sunday 27 December 2015 14:10:55 Gabriele Mazzotta wrote: > On 27/12/2015 14:07, Pali Rohár wrote: > > On Sunday 27 December 2015 13:59:57 Gabriele Mazzotta wrote: > >> On 24/12/2015 22:18, Pali Rohár wrote: > >>> This patch series adds check if Dell WMI descriptor structure is > >>> valid and

[PATCH 0/2] Fixes for dell-wmi

2015-12-24 Thread Pali Rohár
This patch series adds check if Dell WMI descriptor structure is valid and fixes processing WMI events on devices with WMI interface version 0. After testing, second patch is good candidate for backporting into stable kernels, but problem is that it cannot be used without first patch. So I let

[PATCH 0/2] Fixes for dell-wmi

2015-12-24 Thread Pali Rohár
This patch series adds check if Dell WMI descriptor structure is valid and fixes processing WMI events on devices with WMI interface version 0. After testing, second patch is good candidate for backporting into stable kernels, but problem is that it cannot be used without first patch. So I let