Re: [PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-18 Thread gre...@linuxfoundation.org
On Sun, Feb 16, 2014 at 06:11:27PM +0100, Ard Biesheuvel wrote: > On 16 February 2014 17:39, gre...@linuxfoundation.org > wrote: > > On Sun, Feb 16, 2014 at 03:40:04PM +0100, Ard Biesheuvel wrote: > >> Ping? > > > > Sorry, still digging out from the -rc1 backlog. Give me a few days, > > Monday

Re: [PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-18 Thread gre...@linuxfoundation.org
On Sun, Feb 16, 2014 at 06:11:27PM +0100, Ard Biesheuvel wrote: On 16 February 2014 17:39, gre...@linuxfoundation.org gre...@linuxfoundation.org wrote: On Sun, Feb 16, 2014 at 03:40:04PM +0100, Ard Biesheuvel wrote: Ping? Sorry, still digging out from the -rc1 backlog. Give me a few

Re: [PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-16 Thread Ard Biesheuvel
On 16 February 2014 17:39, gre...@linuxfoundation.org wrote: > On Sun, Feb 16, 2014 at 03:40:04PM +0100, Ard Biesheuvel wrote: >> Ping? > > Sorry, still digging out from the -rc1 backlog. Give me a few days, > Monday is a holliday in the US. > Yes, please, whenever you have some time. Regards,

Re: [PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-16 Thread gre...@linuxfoundation.org
On Sun, Feb 16, 2014 at 03:40:04PM +0100, Ard Biesheuvel wrote: > Ping? Sorry, still digging out from the -rc1 backlog. Give me a few days, Monday is a holliday in the US. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-16 Thread Ard Biesheuvel
Ping? On 8 February 2014 13:34, Ard Biesheuvel wrote: > This series implements a generic way to wire up udev module autoprobing to > optional CPU features. > > Patch #1 implements the actual generic part. It relies on the include file > to be supplied by the architecture to map CPU features to

Re: [PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-16 Thread Ard Biesheuvel
Ping? On 8 February 2014 13:34, Ard Biesheuvel ard.biesheu...@linaro.org wrote: This series implements a generic way to wire up udev module autoprobing to optional CPU features. Patch #1 implements the actual generic part. It relies on the include file asm/cpufeature.h to be supplied by the

Re: [PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-16 Thread gre...@linuxfoundation.org
On Sun, Feb 16, 2014 at 03:40:04PM +0100, Ard Biesheuvel wrote: Ping? Sorry, still digging out from the -rc1 backlog. Give me a few days, Monday is a holliday in the US. greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-16 Thread Ard Biesheuvel
On 16 February 2014 17:39, gre...@linuxfoundation.org gre...@linuxfoundation.org wrote: On Sun, Feb 16, 2014 at 03:40:04PM +0100, Ard Biesheuvel wrote: Ping? Sorry, still digging out from the -rc1 backlog. Give me a few days, Monday is a holliday in the US. Yes, please, whenever you have

[PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-08 Thread Ard Biesheuvel
This series implements a generic way to wire up udev module autoprobing to optional CPU features. Patch #1 implements the actual generic part. It relies on the include file to be supplied by the architecture to map CPU features to the number based scheme used by modalias. Patch #2 aligns x86

[PATCH v2 0/2] generic CPU feature based udev module autoprobing

2014-02-08 Thread Ard Biesheuvel
This series implements a generic way to wire up udev module autoprobing to optional CPU features. Patch #1 implements the actual generic part. It relies on the include file asm/cpufeature.h to be supplied by the architecture to map CPU features to the number based scheme used by modalias. Patch