Re: [PATCH] genirq: Notify clients whenever there is change in affinity

2017-03-23 Thread kbuild test robot
Hi Prasad, [auto build test WARNING on tip/irq/core] [also build test WARNING on v4.11-rc3 next-20170322] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] genirq: Notify clients whenever there is change in affinity

2017-03-23 Thread kbuild test robot
Hi Prasad, [auto build test WARNING on tip/irq/core] [also build test WARNING on v4.11-rc3 next-20170322] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] genirq: Notify clients whenever there is change in affinity

2017-03-22 Thread kbuild test robot
Hi Prasad, [auto build test ERROR on tip/irq/core] [also build test ERROR on v4.11-rc3 next-20170322] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] genirq: Notify clients whenever there is change in affinity

2017-03-22 Thread kbuild test robot
Hi Prasad, [auto build test ERROR on tip/irq/core] [also build test ERROR on v4.11-rc3 next-20170322] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] genirq: Notify clients whenever there is change in affinity

2017-03-20 Thread Prasad Sodagudi
During the cpu hotplug, irq are getting migrated from hotplugging core but not getting notitfied to client drivers. So add parameter to irq_do_set_affinity(), to check and notify client drivers during the cpu hotplug. Signed-off-by: Prasad Sodagudi ---

[PATCH] genirq: Notify clients whenever there is change in affinity

2017-03-20 Thread Prasad Sodagudi
During the cpu hotplug, irq are getting migrated from hotplugging core but not getting notitfied to client drivers. So add parameter to irq_do_set_affinity(), to check and notify client drivers during the cpu hotplug. Signed-off-by: Prasad Sodagudi --- kernel/irq/cpuhotplug.c | 2 +-