Re: [PATCH] alarmtimer: fix unexpected rtc interrupt when system resume

2015-11-04 Thread kbuild test robot
Hi zhuo-hao, [auto build test WARNING on: tip/timers/core] [also build test WARNING on: v4.3 next-20151104] url: https://github.com/0day-ci/linux/commits/zhuo-hao-lee-intel-com/alarmtimer-fix-unexpected-rtc-interrupt-when-system-resume/20151105-124811 reproduce: # apt-get install

Re: [PATCH] alarmtimer: fix unexpected rtc interrupt when system resume

2015-11-04 Thread kbuild test robot
Hi zhuo-hao, [auto build test ERROR on: tip/timers/core] [also build test ERROR on: v4.3 next-20151104] url: https://github.com/0day-ci/linux/commits/zhuo-hao-lee-intel-com/alarmtimer-fix-unexpected-rtc-interrupt-when-system-resume/20151105-124811 config: i386-randconfig-x009-11010709

[PATCH] alarmtimer: fix unexpected rtc interrupt when system resume

2015-11-04 Thread zhuo-hao . lee
From: zhuo-hao Before the system go to suspend (S3), if user create a timer with clockid CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM and set a "large" timeout value to this timer. The function alarmtimer_suspend will be called to setup a timeout value to RTC timer to avoid the system sleep over

Re: [PATCH] alarmtimer: fix unexpected rtc interrupt when system resume from S3

2015-11-04 Thread Thomas Gleixner
Lee, On Wed, 4 Nov 2015, Lee, Zhuo-hao wrote: > Before the system go to suspend (S3), if user create a timer with clockid > CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM and set a "large" timeout value > to this timer. The function alarmtimer_suspend will be called to setup > a timeout value to RTC

[PATCH] alarmtimer: fix unexpected rtc interrupt when system resume

2015-11-04 Thread zhuo-hao . lee
From: zhuo-hao Before the system go to suspend (S3), if user create a timer with clockid CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM and set a "large" timeout value to this timer. The function alarmtimer_suspend will be called to setup a timeout value to RTC timer to avoid

Re: [PATCH] alarmtimer: fix unexpected rtc interrupt when system resume

2015-11-04 Thread kbuild test robot
Hi zhuo-hao, [auto build test ERROR on: tip/timers/core] [also build test ERROR on: v4.3 next-20151104] url: https://github.com/0day-ci/linux/commits/zhuo-hao-lee-intel-com/alarmtimer-fix-unexpected-rtc-interrupt-when-system-resume/20151105-124811 config: i386-randconfig-x009-11010709

Re: [PATCH] alarmtimer: fix unexpected rtc interrupt when system resume

2015-11-04 Thread kbuild test robot
Hi zhuo-hao, [auto build test WARNING on: tip/timers/core] [also build test WARNING on: v4.3 next-20151104] url: https://github.com/0day-ci/linux/commits/zhuo-hao-lee-intel-com/alarmtimer-fix-unexpected-rtc-interrupt-when-system-resume/20151105-124811 reproduce: # apt-get install

Re: [PATCH] alarmtimer: fix unexpected rtc interrupt when system resume from S3

2015-11-04 Thread Thomas Gleixner
Lee, On Wed, 4 Nov 2015, Lee, Zhuo-hao wrote: > Before the system go to suspend (S3), if user create a timer with clockid > CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM and set a "large" timeout value > to this timer. The function alarmtimer_suspend will be called to setup > a timeout value to RTC