Re: [PATCH V10 1/3] irq: Allow to pass the IRQF_TIMER flag with percpu irq request

2017-06-20 Thread Thomas Gleixner
On Tue, 20 Jun 2017, Daniel Lezcano wrote: > On Tue, Jun 20, 2017 at 04:05:07PM +0200, Thomas Gleixner wrote: > > On Mon, 12 Jun 2017, Daniel Lezcano wrote: > > > But, the API request_percpu_irq does not allow to pass a flag, hence > > > specifying > > > if the interrupt type is a timer. > > > >

Re: [PATCH V10 1/3] irq: Allow to pass the IRQF_TIMER flag with percpu irq request

2017-06-20 Thread Daniel Lezcano
On 20/06/2017 22:29, Thomas Gleixner wrote: > On Tue, 20 Jun 2017, Daniel Lezcano wrote: >> On Tue, Jun 20, 2017 at 04:05:07PM +0200, Thomas Gleixner wrote: >>> On Mon, 12 Jun 2017, Daniel Lezcano wrote: But, the API request_percpu_irq does not allow to pass a flag, hence specifying

Re: [PATCH V10 1/3] irq: Allow to pass the IRQF_TIMER flag with percpu irq request

2017-06-20 Thread Daniel Lezcano
On Tue, Jun 20, 2017 at 04:05:07PM +0200, Thomas Gleixner wrote: > On Mon, 12 Jun 2017, Daniel Lezcano wrote: > > But, the API request_percpu_irq does not allow to pass a flag, hence > > specifying > > if the interrupt type is a timer. > > > > Add a function request_percpu_irq_flags() where we ca

Re: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list

2017-06-20 Thread Arnd Bergmann
On Tue, Jun 20, 2017 at 4:54 PM, Yury Norov wrote: > On Tue, Jun 20, 2017 at 04:20:43PM +0200, Arnd Bergmann wrote: >> On Tue, Jun 20, 2017 at 3:37 PM, Yury Norov >> wrote: >> > On Mon, Jun 19, 2017 at 11:10:23PM +0100, James Hogan wrote: >> >> On Mon, Jun 19, 2017 at 11:58:41PM +0200, Arnd Berg

Re: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list

2017-06-20 Thread Yury Norov
On Tue, Jun 20, 2017 at 04:20:43PM +0200, Arnd Bergmann wrote: > On Tue, Jun 20, 2017 at 3:37 PM, Yury Norov wrote: > > On Mon, Jun 19, 2017 at 11:10:23PM +0100, James Hogan wrote: > >> On Mon, Jun 19, 2017 at 11:58:41PM +0200, Arnd Bergmann wrote: > >> > On Mon, Jun 19, 2017 at 11:42 PM, James Ho

Re: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list

2017-06-20 Thread Arnd Bergmann
On Tue, Jun 20, 2017 at 3:37 PM, Yury Norov wrote: > On Mon, Jun 19, 2017 at 11:10:23PM +0100, James Hogan wrote: >> On Mon, Jun 19, 2017 at 11:58:41PM +0200, Arnd Bergmann wrote: >> > On Mon, Jun 19, 2017 at 11:42 PM, James Hogan >> > wrote: >> > > On Mon, Jun 19, 2017 at 06:49:46PM +0300, Yury

Re: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list

2017-06-20 Thread Yury Norov
On Mon, Jun 19, 2017 at 11:10:23PM +0100, James Hogan wrote: > On Mon, Jun 19, 2017 at 11:58:41PM +0200, Arnd Bergmann wrote: > > On Mon, Jun 19, 2017 at 11:42 PM, James Hogan > > wrote: > > > On Mon, Jun 19, 2017 at 06:49:46PM +0300, Yury Norov wrote: > > > Subject: [PATCH] Deprecate stat syscal

Re: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list

2017-06-20 Thread Yury Norov
On Mon, Jun 19, 2017 at 11:10:23PM +0100, James Hogan wrote: > On Mon, Jun 19, 2017 at 11:58:41PM +0200, Arnd Bergmann wrote: > > On Mon, Jun 19, 2017 at 11:42 PM, James Hogan > > wrote: > > > On Mon, Jun 19, 2017 at 06:49:46PM +0300, Yury Norov wrote: > > > Subject: [PATCH] Deprecate stat syscal

Re: [PATCH V10 1/3] irq: Allow to pass the IRQF_TIMER flag with percpu irq request

2017-06-20 Thread Thomas Gleixner
On Mon, 12 Jun 2017, Daniel Lezcano wrote: > But, the API request_percpu_irq does not allow to pass a flag, hence > specifying > if the interrupt type is a timer. > > Add a function request_percpu_irq_flags() where we can specify the flags. The > request_percpu_irq() function is changed to be a w

Re: [PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list

2017-06-20 Thread Yury Norov
On Mon, Jun 19, 2017 at 11:10:23PM +0100, James Hogan wrote: > On Mon, Jun 19, 2017 at 11:58:41PM +0200, Arnd Bergmann wrote: > > On Mon, Jun 19, 2017 at 11:42 PM, James Hogan > > wrote: > > > On Mon, Jun 19, 2017 at 06:49:46PM +0300, Yury Norov wrote: > > > Subject: [PATCH] Deprecate stat syscal